From 17d7c84afb09872eb3a2088baaf4e2d90d7e56ba Mon Sep 17 00:00:00 2001 From: AyrisAI Date: Sat, 16 May 2026 01:03:36 +0300 Subject: [PATCH] perf: optimize font loading and asset delivery strategy --- app/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/layout.tsx b/app/layout.tsx index 8f42a44..4b43a2d 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -7,6 +7,7 @@ const martianMono = Martian_Mono({ variable: "--font-martian", subsets: ["latin"], weight: ["100", "200", "300", "400", "500", "600", "700", "800"], + display: "swap", }); import sql from "@/lib/db";