fix: comment out edge runtime export in public layout

This commit is contained in:
JOYCEQL
2026-02-14 23:05:02 +08:00
parent 272b956942
commit 153cc01409
+1 -1
View File
@@ -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;