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} + + + + + + + + + + +