fix. LOCALE 쿠키 maxAge 제거

This commit is contained in:
clkim
2026-01-28 16:26:49 +09:00
parent 1ae7e2ccd5
commit c4a98dc521

View File

@@ -229,7 +229,6 @@ const switchLanguage = async () => {
const localeCookie = useCookie('LOCALE', {
domain: baseDomain,
path: '/',
maxAge: 60 * 60 * 24 * 365, // 1년 (초 단위)
sameSite: 'lax',
})
localeCookie.value = selectedLocale.value.toLowerCase()