Skip to content

Commit 7f011af

Browse files
committed
fix typo
1 parent 28b06e4 commit 7f011af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default defineConfig({
2727
}),
2828
robotsTxtPlugin({
2929
rules: [{ userAgent: "*", allow: ["/"] }],
30-
sitemapUrl: `${websiteUrl}/sitemap.xml`,
30+
sitemapUrl: `${websiteUrl}sitemap.xml`,
3131
}),
3232
],
3333
}),

0 commit comments

Comments
 (0)