feat: improve SEO

This commit is contained in:
2025-11-05 17:41:27 +04:00
parent 0609bcceb5
commit 002377a9d3
10 changed files with 301 additions and 6 deletions
+4
View File
@@ -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/");