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 28b06e4 commit 7f011afCopy full SHA for 7f011af
website/vite.config.ts
@@ -27,7 +27,7 @@ export default defineConfig({
27
}),
28
robotsTxtPlugin({
29
rules: [{ userAgent: "*", allow: ["/"] }],
30
- sitemapUrl: `${websiteUrl}/sitemap.xml`,
+ sitemapUrl: `${websiteUrl}sitemap.xml`,
31
32
],
33
0 commit comments