Skip to content

Commit

Permalink
Fix sitemap.xml of website and add it to robots.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller committed Feb 14, 2025
1 parent 9310427 commit 85f5f35
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 6 additions & 1 deletion website/adapters/vercel-edge/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ export default extendConfig(baseConfig, () => {
outDir: '.vercel/output/functions/_qwik-city.func',
},
plugins: [
vercelEdgeAdapter(),
vercelEdgeAdapter({
ssg: {
include: [],
sitemapOutFile: null,
},
}),
viteStaticCopy({
targets: [
{
Expand Down
4 changes: 3 additions & 1 deletion website/public/robots.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
User-agent: *
Disallow:
Disallow:

Sitemap: https://valibot.dev/sitemap.xml

0 comments on commit 85f5f35

Please sign in to comment.