mirror of
https://github.com/JOYCEQL/magic-resume.git
synced 2026-07-03 14:07:11 +02:00
fix: comment out edge runtime export in public layout
This commit is contained in:
@@ -11,7 +11,7 @@ import Document from "@/components/Document";
|
||||
import { locales } from "@/i18n/config";
|
||||
import { Providers } from "@/app/providers";
|
||||
|
||||
export const runtime = "edge";
|
||||
// export const runtime = "edge";
|
||||
|
||||
type Props = {
|
||||
children: ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user