fix. i18n 경고 수정

This commit is contained in:
clkim
2025-12-29 18:19:49 +09:00
parent 61e1438ac1
commit 1eb9ed5360

View File

@@ -137,6 +137,7 @@ function shouldSkipPath(path: string): boolean {
path.startsWith('/_nuxt/') ||
path.startsWith('/__nuxt') ||
path.startsWith('/api/') ||
path.startsWith('/_i18n/') ||
path.includes('/assets/') ||
path.includes('favicon') ||
path === '/robots.txt' ||