chore: disable font preloading in Inter configuration to improve layout performance
Build and Release / release (push) Successful in 36s
Build and Release / release (push) Successful in 36s
This commit is contained in:
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user