We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ebdec4 commit bd136fdCopy full SHA for bd136fd
1 file changed
src/nitro.ts
@@ -312,6 +312,7 @@ export async function setupNitroBridge () {
312
})
313
314
// Prerender all non-dynamic page routes when generating app
315
+ nuxt.options.nitro = nuxt.options.nitro || {}
316
if (!nuxt.options.dev && nuxt.options._generate) {
317
const routes = new Set<string>()
318
nuxt.hook('build:extendRoutes', (pages) => {
0 commit comments