From d43ca633a2d7efe555d20383a4a34194d1efa619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Sat, 21 Jan 2023 23:36:08 +0100 Subject: [PATCH] Try to fix theme switching not working in prod --- .gitignore | 2 ++ src/layouts/BaseLayout.astro | 34 +++++++++++++++++----------------- 2 files changed, 19 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index 3c3629e..e630128 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ node_modules +dist +.netlify diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 35023c3..bf10ac3 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -17,23 +17,6 @@ const metaTagTitle = `${title} - Spotify Playlist Archive`; - - - - - - {metaTagTitle} - - - - - - - - - - - + + + + + + {metaTagTitle} + + + + + + + + + + +