diff --git a/src/router/index.js b/src/router/index.js index 16056b8..2a0c732 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -20,7 +20,7 @@ const routes = [ ] const router = createRouter({ - history: createWebHistory("/fe-student-release"), + history: createWebHistory(import.meta.env.VITE_BASE), routes })