We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e42a181 commit 9024e9aCopy full SHA for 9024e9a
website/docusaurus.config.ts
@@ -79,6 +79,12 @@ const config: Config = {
79
theme: {
80
customCss: './src/css/custom.css',
81
},
82
+ sitemap: {
83
+ changefreq: 'weekly',
84
+ priority: 0.5,
85
+ ignorePatterns: ['/tags/**'],
86
+ filename: 'sitemap.xml',
87
+ },
88
} satisfies Preset.Options,
89
],
90
website/static/robots.txt
@@ -0,0 +1,4 @@
1
+User-agent: *
2
+Allow: /
3
+
4
+Sitemap: https://www.walkeros.io/sitemap.xml
0 commit comments