chore: set public layout runtime to edge

This commit is contained in:
JOYCEQL
2026-02-14 22:52:16 +08:00
parent 62058fc660
commit 1fb773ee33
+2
View File
@@ -11,6 +11,8 @@ import Document from "@/components/Document";
import { locales } from "@/i18n/config";
import { Providers } from "@/app/providers";
export const runtime = "edge";
type Props = {
children: ReactNode;
params: Promise<{ locale: string }>;