feat: add eleventy-plugin-no-robots
This commit is contained in:
parent
a9c08ff496
commit
80086b7c39
5 changed files with 21 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
const pluginRss = require("@11ty/eleventy-plugin-rss");
|
||||
const pluginNoRobots = require("eleventy-plugin-no-robots");
|
||||
|
||||
const {
|
||||
catalogueByType,
|
||||
|
@ -28,6 +29,7 @@ module.exports = (eleventyConfig) => {
|
|||
|
||||
// --------------------- Plugins ---------------------
|
||||
eleventyConfig.addPlugin(pluginRss);
|
||||
eleventyConfig.addPlugin(pluginNoRobots);
|
||||
|
||||
// --------------------- Custom Collections -----------------------
|
||||
eleventyConfig.addCollection("catalogueByType", catalogueByType);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue