From 153cc01409271fa0588ac087b015c574b66bc130 Mon Sep 17 00:00:00 2001 From: JOYCEQL <1449239013@qq.com> Date: Sat, 14 Feb 2026 23:05:02 +0800 Subject: [PATCH] fix: comment out edge runtime export in public layout --- src/app/(public)/[locale]/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(public)/[locale]/layout.tsx b/src/app/(public)/[locale]/layout.tsx index b64cf10..0232ff0 100644 --- a/src/app/(public)/[locale]/layout.tsx +++ b/src/app/(public)/[locale]/layout.tsx @@ -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;