diff --git a/php_pc/nuxt.config.ts b/php_pc/nuxt.config.ts index 8636169..d30b843 100644 --- a/php_pc/nuxt.config.ts +++ b/php_pc/nuxt.config.ts @@ -78,8 +78,14 @@ export default defineNuxtConfig({ devServer: { host: '0.0.0.0' }, - ignore: [ - 'src/pages/**/_*/**', - 'src/pages/**/_*.*' - ], + appConfig: { + pageIgnorePatterns: [ + '**/_*/**', + '**/_*.*' + ] + }, + // ignore: [ + // 'src/pages/**/_*/**', + // 'src/pages/**/_*.*' + // ], });