diff --git a/vite.config.mjs b/vite.config.mjs index a94c4b5..cf571b8 100644 --- a/vite.config.mjs +++ b/vite.config.mjs @@ -15,7 +15,7 @@ import { fileURLToPath, URL } from "node:url"; // https://vitejs.dev/config/ export default defineConfig({ // 배포할때는 주석 풀기 - // base: "/autoflow/", + base: "/autoflow/", plugins: [ VueRouter(), Layouts(),