feat: added robots txt
This commit is contained in:
parent
d90622efcc
commit
7682677cf6
2 changed files with 135 additions and 0 deletions
|
|
@ -221,6 +221,7 @@ module.exports = (eleventyConfig) => {
|
|||
});
|
||||
|
||||
eleventyConfig.addPassthroughCopy("css");
|
||||
eleventyConfig.addPassthroughCopy("robots.txt");
|
||||
|
||||
return {
|
||||
dir: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue