feat: improve SEO
This commit is contained in:
@@ -2,6 +2,10 @@ module.exports = function(eleventyConfig) {
|
||||
// Copy assets folders to output
|
||||
eleventyConfig.addPassthroughCopy("src/assets");
|
||||
|
||||
// Copy SEO files
|
||||
eleventyConfig.addPassthroughCopy("src/robots.txt");
|
||||
eleventyConfig.addPassthroughCopy("src/sitemap.xml");
|
||||
|
||||
// Watch CSS files for changes
|
||||
eleventyConfig.addWatchTarget("src/assets/css/");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user