feat: Add sitemap

This commit is contained in:
oSumAtrIX 2024-11-30 17:14:10 +01:00
parent 2d10c3886e
commit a87c534039
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -11,7 +11,7 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check --plugin-search-dir=. . && eslint .", "lint": "prettier --check --plugin-search-dir=. . && eslint .",
"format": "prettier --write --plugin-search-dir=. .", "format": "prettier --write --plugin-search-dir=. .",
"postbuild": "npx svelte-sitemap -d https://revanced.app -o public" "postbuild": "npx svelte-sitemap -d https://revanced.app -r true -c daily -o public "
}, },
"devDependencies": { "devDependencies": {
"@sveltejs/adapter-static": "3.0.6", "@sveltejs/adapter-static": "3.0.6",