Skip to content

Commit

Permalink
Update crates/next-core/js/src/read-config/next.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Leah <github.leah@hrmny.sh>
  • Loading branch information
Brooooooklyn and ForsakenHarmony committed Dec 9, 2022
1 parent 8aa0cba commit f0e3bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/next-core/js/src/read-config/next.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const CACHED_CONFIGS = new Map<string, any>();
nextConfig.redirects = await nextConfig.redirects?.();
await ipc.send({
type: "javaScriptValue",
data: Array.from(Buffer.from(JSON.stringify(nextConfig))),
data: JSON.stringify(nextConfig)),
});
break;
}
Expand Down

0 comments on commit f0e3bd0

Please sign in to comment.