nuxt config nitro false
This commit is contained in:
parent
813ab942d1
commit
508ea2bb9e
@ -73,6 +73,12 @@ export default defineNuxtConfig({
|
|||||||
},
|
},
|
||||||
|
|
||||||
ssr: false,
|
ssr: false,
|
||||||
|
nitro: {
|
||||||
|
prerender: {
|
||||||
|
routes: [],
|
||||||
|
crawlLinks: false,
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
});
|
});
|
||||||
Loading…
Reference in New Issue
Block a user