~repos /website
git clone https://pyrossh.dev/repos/website.git
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
452575c6
—
pyrossh 1 year ago
fix build
- 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:
|
|
9
|
+
fallback: 'index.html',
|
|
10
10
|
precompress: false,
|
|
11
|
-
strict:
|
|
11
|
+
strict: true
|
|
12
12
|
})
|
|
13
13
|
}
|
|
14
14
|
};
|