From c588aadb61dbf0e433b5e7d9d498f8c10fa77691 Mon Sep 17 00:00:00 2001 From: Mikkel Svartveit Date: Mon, 30 Oct 2023 23:34:29 -0700 Subject: [PATCH] Disable SPA router for browsers without View Transition support --- src/layouts/RootLayout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/RootLayout.astro b/src/layouts/RootLayout.astro index a220c40..94697cf 100644 --- a/src/layouts/RootLayout.astro +++ b/src/layouts/RootLayout.astro @@ -26,7 +26,7 @@ const fullTitle = `${title ? title + " – " : ""}Mikkel Svartveit`; "Hi, I'm Mikkel! I am a Computer Science student from Norway and this is my playground. Here you will find some programming projects, and a small collection of photos I'm proud of."} /> - +