From cbbb3eb1e1d0f48473330fa9d258554bfa68f2fd Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Mon, 16 Sep 2024 21:28:51 +0700 Subject: [PATCH] perf: preload font and load theme script asynchronously (#380) Improve page performance by preloading the font with `as="style"` and loading the theme script asynchronously. --- src/layouts/Layout.astro | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index decf1c7..991805f 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -112,7 +112,10 @@ const structuredData = { @@ -131,7 +134,7 @@ const structuredData = { - +