~repos /website

#astro#js#html#css

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

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


452575c6 pyrossh

1 year ago
fix build
Files changed (1) hide show
  1. svelte.config.js +2 -2
svelte.config.js CHANGED
@@ -6,9 +6,9 @@ const config = {
6
6
  adapter: adapterStatic({
7
7
  pages: 'build',
8
8
  assets: 'build',
9
- fallback: undefined,
9
+ fallback: 'index.html',
10
10
  precompress: false,
11
- strict: false
11
+ strict: true
12
12
  })
13
13
  }
14
14
  };