From 686040cf53c9e44fd70a4b09f378a930265408d1 Mon Sep 17 00:00:00 2001 From: harry Date: Fri, 13 Oct 2023 10:25:30 +0100 Subject: [PATCH] perf: reduce fetch priority for theme js --- src/lib/layouts/full.astro | 4 ++-- src/lib/layouts/page.astro | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/lib/layouts/full.astro b/src/lib/layouts/full.astro index be24436..8c4927a 100644 --- a/src/lib/layouts/full.astro +++ b/src/lib/layouts/full.astro @@ -11,7 +11,7 @@ import { constants } from '@/config'; Harry Barden's avatar - +
    @@ -25,7 +25,7 @@ import { constants } from '@/config'; )) }
-
diff --git a/src/lib/layouts/page.astro b/src/lib/layouts/page.astro index 246939c..c649238 100644 --- a/src/lib/layouts/page.astro +++ b/src/lib/layouts/page.astro @@ -54,9 +54,19 @@ const title = formatTitle({ title: props.title, name: profile.name, reverse: !!p {props.date ? : null} + + + + + + + + + + {title} + - - - - - - - - - - - {title}