Skip to content

Commit e4488b5

Browse files
committed
[FIX] VITE config 수정
1 parent 7c4e40d commit e4488b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import react from "@vitejs/plugin-react";
33

44
// https://vitejs.dev/config/
55
export default defineConfig({
6-
base: './',
6+
base: '/',
77
plugins: [react()],
88
server: {
99
proxy: {

0 commit comments

Comments
 (0)