mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Fix rendering with Next.js after latest changes to route api
This commit is contained in:
@@ -89,7 +89,7 @@ function nextDataFromBunData() {
|
||||
}, {});
|
||||
|
||||
return {
|
||||
page: routes[route],
|
||||
page: routes.keys[route],
|
||||
buildId: "1234",
|
||||
assetPrefix: "",
|
||||
isPreview: false,
|
||||
|
||||
Reference in New Issue
Block a user