From e8baf847affefeea2f7a62c1fb5fe9a24a6cfc1d Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 17:19:31 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index df00733..bb1f84c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,7 +6,7 @@ import Tag from "@/tag/Tag"; const dmSerifDisplay = DM_Serif_Display({ variable: "--font-dm-serif-display", subsets: ["latin"], - weight: ["400"], + weight: ["400"] }); export const metadata: Metadata = {