Skip to content

Commit

Permalink
fix sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrossh committed May 3, 2024
1 parent 8f1ecc3 commit 25dcc20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"format": "prettier --write .",
"test:integration": "playwright test",
"test:unit": "vitest",
"postbuild": "npx svelte-sitemap --domain https://pyrossh.dev"
"postbuild": "npx svelte-sitemap --domain https://pyrossh.dev --ignore '**404**'"
},
"dependencies": {
"@sentry/sveltekit": "^7.102.0",
Expand Down

0 comments on commit 25dcc20

Please sign in to comment.