Skip to content

Commit ed9fb88

Browse files
committed
feat: set runtime to edge for improved performance
1 parent 1eb0394 commit ed9fb88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/layout.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import type { Metadata } from "next";
22
import { Noto_Sans, Noto_Sans_Mono } from "next/font/google";
33
import "./globals.css";
44

5+
export const runtime = "edge";
6+
57
const notoSans = Noto_Sans({
68
subsets: ["latin"],
79
weight: ["400", "700"],

0 commit comments

Comments
 (0)