From 8fa3c1d084c1b93e2a4566effa69ecc08bd17fd5 Mon Sep 17 00:00:00 2001 From: Mikkel Svartveit Date: Mon, 16 Oct 2023 23:17:59 -0700 Subject: [PATCH] Optimize View Transitions --- src/layouts/RootLayout.astro | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/layouts/RootLayout.astro b/src/layouts/RootLayout.astro index 96d830a..2931ae1 100644 --- a/src/layouts/RootLayout.astro +++ b/src/layouts/RootLayout.astro @@ -12,7 +12,7 @@ const fullTitle = `${title} – Mikkel Svartveit`; --- - + @@ -22,14 +22,17 @@ const fullTitle = `${title} – Mikkel Svartveit`; name="description" 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." /> - + +
- + + +