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 02bc121 commit bd44e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"postbuild": "npx svelte-sitemap --domain https://onlybible.app"
"postbuild": "npx svelte-sitemap --domain https://onlybible.app --ignore '**404**'"
},
"devDependencies": {
"@poppanator/sveltekit-svg": "^4.2.1",
Expand Down

0 comments on commit bd44e52

Please sign in to comment.