diff --git a/package.json b/package.json index 1bc4ea8..a9ace80 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "lint": "prettier --check --plugin-search-dir=. . && eslint .", "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": { "@sveltejs/adapter-static": "3.0.6",