fix. i18n 경고 수정
This commit is contained in:
@@ -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' ||
|
||||
|
||||
Reference in New Issue
Block a user