Skip to content

Commit

Permalink
provide resolvedUrl to next.js for rendering (vercel/turborepo#3267)
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra authored Jan 12, 2023
1 parent 33a0d4f commit 753de8b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ async function runOperation(
previewModeSigningKey: "",
},
basePath: "",
resolvedUrl: renderData.url,
optimizeFonts: false,
optimizeCss: false,
nextScriptWorkers: false,
Expand Down

0 comments on commit 753de8b

Please sign in to comment.