Skip to content

Commit

Permalink
Use trailing slashes on sitemap as well
Browse files Browse the repository at this point in the history
  • Loading branch information
matfantinel committed Mar 19, 2022
1 parent eac9383 commit 5c42a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "svelte-kit preview",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
"postbuild": "svelte-sitemap --domain https://fantinel.dev"
"postbuild": "svelte-sitemap --domain https://fantinel.dev --trailing-slashes true"
},
"devDependencies": {
"@sveltejs/adapter-static": "^1.0.0-next.29",
Expand Down

0 comments on commit 5c42a04

Please sign in to comment.