Skip to content

Commit a87c534

Browse files
committed
feat: Add sitemap
1 parent 2d10c38 commit a87c534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
1212
"lint": "prettier --check --plugin-search-dir=. . && eslint .",
1313
"format": "prettier --write --plugin-search-dir=. .",
14-
"postbuild": "npx svelte-sitemap -d https://revanced.app -o public"
14+
"postbuild": "npx svelte-sitemap -d https://revanced.app -r true -c daily -o public "
1515
},
1616
"devDependencies": {
1717
"@sveltejs/adapter-static": "3.0.6",

0 commit comments

Comments
 (0)