We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d10c38 commit a87c534Copy full SHA for a87c534
package.json
@@ -11,7 +11,7 @@
11
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
12
"lint": "prettier --check --plugin-search-dir=. . && eslint .",
13
"format": "prettier --write --plugin-search-dir=. .",
14
- "postbuild": "npx svelte-sitemap -d https://revanced.app -o public"
+ "postbuild": "npx svelte-sitemap -d https://revanced.app -r true -c daily -o public "
15
},
16
"devDependencies": {
17
"@sveltejs/adapter-static": "3.0.6",
0 commit comments