Skip to content

Commit b585144

Browse files
committed
github actions
1 parent ba6ae65 commit b585144

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import react from '@vitejs/plugin-react'
33
import tsconfigPaths from 'vite-tsconfig-paths'
44

55
export default defineConfig({
6+
base: '/mood-it-frontend/',
67
plugins: [react(), tsconfigPaths()],
78
server: { port: 5173 },
89
preview: { port: 5174 }

0 commit comments

Comments
 (0)