From a967115ab9efd1df6af2e4bc3d2ccef47406e8ae Mon Sep 17 00:00:00 2001 From: ayoayco Date: Sun, 18 Aug 2024 10:43:41 +0200 Subject: [PATCH] feat: add debug safari not updating sw --- src/layouts/Layout.astro | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 7753643..f59b310 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -46,6 +46,33 @@ const appTitle = article?.title ? `${article.title} | Cozy` : 'Cozy'; ) } +