From 7ed8ba3647e35eff4b5091cdd4809f88b584fc59 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 28 Aug 2024 01:50:59 -0700 Subject: scrub PII for SEO - After creating more different content better to scrub PII --- src/components/Footer.astro | 2 +- src/pages/about.astro | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index d247595..6b8c3f3 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -3,7 +3,7 @@ const today = new Date(); ---