set nextExport flag for page rendering (vercel/turbo#3717)

Otherwise `router.isReady` will never be true for pages without gSSP, gSP or gIP
This commit is contained in:
Tobias Koppers 2023-02-09 21:30:01 +01:00 committed by GitHub
parent 337ac59101
commit 40a49f44bf

View file

@ -159,6 +159,8 @@ export default function startHandler({
previewModeSigningKey: "",
},
basePath: "",
// TODO(WEB-583) this isn't correct, instead it should set `dev: true`
nextExport: true,
resolvedUrl: renderData.url,
optimizeFonts: false,
optimizeCss: false,