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 07570ec commit a3783f3Copy full SHA for a3783f3
1 file changed
vite.config.ts
@@ -5,6 +5,7 @@ import { viteStaticCopy } from 'vite-plugin-static-copy';
5
import path from 'path';
6
7
export default defineConfig({
8
+ base: '/',
9
plugins: [
10
tailwindcss(),
11
sveltekit(),
0 commit comments