Skip to content

Commit cac60be

Browse files
committed
fix: set base path for demo application to '/effects/'
1 parent 939ab47 commit cac60be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/demo/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { defineConfig } from 'vite';
22
import react from '@vitejs/plugin-react';
33

44
export default defineConfig({
5+
base: '/effects/',
56
plugins: [react()],
67
server: {
78
port: 4173,

0 commit comments

Comments
 (0)