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.
no-ssr
1 parent 151cf7d commit a99c59fCopy full SHA for a99c59f
packages/nuxt/src/core/nitro.ts
@@ -400,7 +400,7 @@ export async function initNitro (nuxt: Nuxt & { _nitro?: Nitro }) {
400
if (nuxt.options.experimental.respectNoSSRHeader) {
401
nitroConfig.handlers ||= []
402
nitroConfig.handlers.push({
403
- handler: resolve(distDir, 'core/runtime/nitro/no-ssr'),
+ handler: resolve(distDir, 'core/runtime/nitro/middleware/no-ssr'),
404
middleware: true,
405
})
406
}
0 commit comments