chore: disable font preloading in Inter configuration to improve layout performance
Build and Release / release (push) Successful in 36s

This commit is contained in:
taDuc
2026-06-15 23:27:57 +07:00
parent 9080e1193d
commit 4265e84764
+1
View File
@@ -15,6 +15,7 @@ const inter = Inter({
weight: ['400', '500', '600', '700'], weight: ['400', '500', '600', '700'],
variable: '--font-inter', variable: '--font-inter',
display: 'swap', display: 'swap',
preload: false,
}); });
export default async function RootLayout({ export default async function RootLayout({