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 0e5fa47 commit 2d4557fCopy full SHA for 2d4557f
src/build/plugin-context.ts
@@ -397,7 +397,7 @@ export class PluginContext {
397
if (!this.#shells) {
398
this.#shells = Object.entries(prerenderManifest.dynamicRoutes).reduce(
399
(shells, [route, meta]) => {
400
- if (meta.renderingMode === 'PARTIALLY_STATIC') {
+ if (typeof meta.fallback === 'string' && meta.renderingMode === 'PARTIALLY_STATIC') {
401
shells.push(route)
402
}
403
return shells
0 commit comments