Fix rendering with Next.js after latest changes to route api

This commit is contained in:
Jarred Sumner
2021-10-25 17:05:59 -07:00
parent 0592515639
commit 6a2372b0b2

View File

@@ -89,7 +89,7 @@ function nextDataFromBunData() {
}, {});
return {
page: routes[route],
page: routes.keys[route],
buildId: "1234",
assetPrefix: "",
isPreview: false,