fix. LOCALE 쿠키 maxAge 제거
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user