fix: update ASSETS_URL paths in environment files and enable TypeScript type checking
This commit is contained in:
@@ -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()
|
||||
|
||||
// 웹 점검 -----
|
||||
|
||||
Reference in New Issue
Block a user