We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f58a0 commit 223ba14Copy full SHA for 223ba14
1 file changed
vite.config.ts
@@ -5,6 +5,7 @@ import { resolve } from 'node:path';
5
6
export default defineConfig({
7
plugins: [react(), tailwindcss()],
8
+ base: './',
9
root: resolve(__dirname, 'demo'),
10
server: {
11
port: 3013,
0 commit comments