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 2b1f1e6 commit 8281cfdCopy full SHA for 8281cfd
vite.config.ts
@@ -3,6 +3,5 @@ import staticAdapter from 'solid-start-static';
3
import { defineConfig } from 'vite';
4
5
export default defineConfig({
6
- base: '/',
7
plugins: [solid({ adapter: staticAdapter() })],
8
});
0 commit comments