From f2bdee51f93a21ba0d1f1dad9745f1dbe7d96f7d Mon Sep 17 00:00:00 2001 From: Mikkel Svartveit Date: Tue, 24 Oct 2023 16:44:45 -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 6628da8..6aab3f3 100644 --- a/src/layouts/RootLayout.astro +++ b/src/layouts/RootLayout.astro @@ -23,7 +23,7 @@ const fullTitle = `${title ? title + " – " : ""}Mikkel Svartveit`; content="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." /> - +