diff --git a/vite.config.mjs b/vite.config.mjs index 1d3db52..1fdc47b 100644 --- a/vite.config.mjs +++ b/vite.config.mjs @@ -16,7 +16,7 @@ import { fileURLToPath, URL } from "node:url"; export default defineConfig({ // 배포할때는 주석 풀기 // base: process.env.VITE_ROOT_PATH, - base: "/autoflow/", + // base: "/autoflow/", plugins: [ VueRouter(), Layouts(),