~repos /website

#astro#js#html#css

git clone https://pyrossh.dev/repos/website.git

木 Personal website of pyrossh. Built with astrojs, shiki, vite.


25dcc20c pyrossh

1 year ago
fix sitemap
Files changed (1) hide show
  1. package.json +1 -1
package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "format": "prettier --write .",
15
15
  "test:integration": "playwright test",
16
16
  "test:unit": "vitest",
17
- "postbuild": "npx svelte-sitemap --domain https://pyrossh.dev"
17
+ "postbuild": "npx svelte-sitemap --domain https://pyrossh.dev --ignore '**404**'"
18
18
  },
19
19
  "dependencies": {
20
20
  "@sentry/sveltekit": "^7.102.0",