aboutsummaryrefslogtreecommitdiffstats
path: root/src/sitemap.11ty.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/sitemap.11ty.js')
-rw-r--r--src/sitemap.11ty.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sitemap.11ty.js b/src/sitemap.11ty.js
index 5b793cf..d12529e 100644
--- a/src/sitemap.11ty.js
+++ b/src/sitemap.11ty.js
@@ -1,7 +1,7 @@
export default class {
data() {
return {
- permalink: "/sitemapa.xml",
+ permalink: "/sitemap.xml",
eleventyExcludeFromCollections: true
};
}