This commit is contained in:
parent
699997786b
commit
3ccd2255fb
|
|
@ -47,6 +47,11 @@ export default defineNuxtConfig({
|
|||
nitro: {
|
||||
externals: {inline: ['@matechat/core']},
|
||||
preset: 'node-server',
|
||||
routeRules: {
|
||||
'/api/**': {
|
||||
proxy: 'https://superai.luxe/api/'
|
||||
}
|
||||
},
|
||||
prerender: {
|
||||
routes: [],
|
||||
crawlLinks: false,
|
||||
|
|
@ -78,14 +83,4 @@ export default defineNuxtConfig({
|
|||
devServer: {
|
||||
host: '0.0.0.0'
|
||||
},
|
||||
// appConfig: {
|
||||
// pageIgnorePatterns: [
|
||||
// '**/_*/**',
|
||||
// '**/_*.*'
|
||||
// ]
|
||||
// },
|
||||
// ignore: [
|
||||
// 'src/pages/**/_*/**',
|
||||
// 'src/pages/**/_*.*'
|
||||
// ],
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue