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 2e257ec commit 5ccf7c3Copy full SHA for 5ccf7c3
astro.config.mjs
@@ -121,7 +121,12 @@ export default defineConfig({
121
applyBaseStyles: false
122
}),
123
icon(),
124
- sitemap(),
+ sitemap({
125
+ filter: (page) => !page.includes('404'),
126
+ customPages: [
127
+ 'https://docs.kinde.com/'
128
+ ]
129
+ }),
130
AutoImport({
131
imports: [
132
"./src/components/SDKSelector.astro",
public/robots.txt
@@ -2,4 +2,4 @@ User-agent: *
2
Allow: /
3
4
# Sitemap
5
-Sitemap: https://docs.kinde.com/sitemap-0.xml
+Sitemap: https://docs.kinde.com/sitemap.xml
0 commit comments