We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb0394 commit ed9fb88Copy full SHA for ed9fb88
app/layout.tsx
@@ -2,6 +2,8 @@ import type { Metadata } from "next";
2
import { Noto_Sans, Noto_Sans_Mono } from "next/font/google";
3
import "./globals.css";
4
5
+export const runtime = "edge";
6
+
7
const notoSans = Noto_Sans({
8
subsets: ["latin"],
9
weight: ["400", "700"],
0 commit comments