From 543516babacd3cdfa81f2ca9cbab24d3241007ed Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 15 Jul 2025 20:36:11 -0500 Subject: [PATCH] remove SPA scripts --- src/components/ShareButtons.astro | 63 ------- src/layouts/BlogPost.astro | 296 ------------------------------ src/layouts/Layout.astro | 223 ---------------------- src/pages/404.astro | 60 ------ src/pages/about.astro | 101 ---------- src/pages/blog/[...slug].astro | 43 ----- src/pages/blog/index.astro | 53 ------ src/pages/index.astro | 54 ------ src/pages/topics/[tag].astro | 95 ---------- src/pages/topics/index.astro | 84 --------- src/styles/global.css | 17 -- 11 files changed, 1089 deletions(-) diff --git a/src/components/ShareButtons.astro b/src/components/ShareButtons.astro index 7956de9..8969722 100644 --- a/src/components/ShareButtons.astro +++ b/src/components/ShareButtons.astro @@ -107,66 +107,3 @@ const encodedUrl = encodeURIComponent(url); - - diff --git a/src/layouts/BlogPost.astro b/src/layouts/BlogPost.astro index 30fa406..bb82439 100644 --- a/src/layouts/BlogPost.astro +++ b/src/layouts/BlogPost.astro @@ -85,284 +85,6 @@ try { - - diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 19b7901..afd143d 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -33,7 +33,6 @@ const { title, description } = Astro.props; >
@@ -51,201 +50,6 @@ const { title, description } = Astro.props;