fix. 이미지 경로 에러 수정

This commit is contained in:
clkim
2025-12-05 10:25:23 +09:00
parent 0f5bbc0272
commit 8317fd3665
2 changed files with 4 additions and 12 deletions

View File

@@ -112,10 +112,5 @@ export default defineNuxtConfig({
allowedHosts: true,
},
base: '/',
// 프로덕션에서 hydration mismatch 상세 로그 활성화 (디버깅 후 제거 권장)
define: {
__VUE_PROD_HYDRATION_MISMATCH_DETAILS__: true,
},
// 제거
},
})