~repos /only-bible-app
git clone
https://pyrossh.dev/repos/only-bible-app.git
Discussions:
https://groups.google.com/g/rust-embed-devs
The only bible app you will ever need. No ads. No in-app purchases. No distractions.
bd44e524
—
pyrossh 1 year ago
fix sitemap
- website/package.json +1 -1
website/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
|
|
11
11
|
"lint": "prettier --check . && eslint .",
|
|
12
12
|
"format": "prettier --write .",
|
|
13
|
-
"postbuild": "npx svelte-sitemap --domain https://onlybible.app"
|
|
13
|
+
"postbuild": "npx svelte-sitemap --domain https://onlybible.app --ignore '**404**'"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@poppanator/sveltekit-svg": "^4.2.1",
|