We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 939ab47 commit cac60beCopy full SHA for cac60be
1 file changed
apps/demo/vite.config.ts
@@ -2,6 +2,7 @@ import { defineConfig } from 'vite';
2
import react from '@vitejs/plugin-react';
3
4
export default defineConfig({
5
+ base: '/effects/',
6
plugins: [react()],
7
server: {
8
port: 4173,
0 commit comments