We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c72bf commit d12a5adCopy full SHA for d12a5ad
vite.config.ts
@@ -3,6 +3,6 @@ import staticAdapter from 'solid-start-static';
3
import { defineConfig } from 'vite';
4
5
export default defineConfig({
6
- base: '',
+ base: './',
7
plugins: [solid({ adapter: staticAdapter() })],
8
});
0 commit comments