fix: update ASSETS_URL paths in environment files and enable TypeScript type checking

This commit is contained in:
“hyeonggkim”
2025-11-03 15:47:19 +09:00
parent a1f175181f
commit ad81d63a1f
9 changed files with 15 additions and 11 deletions

View File

@@ -15,7 +15,7 @@ export default defineNuxtRouteMiddleware(async (to) => {
// domain: baseDomain
// })
const finalLocale = csrGetFinalLocale(to.path)
const finalLocale = csrGetFinalLocale(to.path, gameData.value.lang_codes)
// localeCookie.value = finalLocale.toUpperCase()
// 웹 점검 -----