aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-08-28 01:50:59 -0700
committerPinapelz <yukais@pinapelz.com>2024-08-28 01:50:59 -0700
commit7ed8ba3647e35eff4b5091cdd4809f88b584fc59 (patch)
tree9f400352cce0537d2db09eb2e206afb6d55868e4 /src/components
parent9ead5b0448a34584a7766517fc9422b992116479 (diff)
scrub PII for SEO
- After creating more different content better to scrub PII
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Footer.astro2
1 files changed, 1 insertions, 1 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();
---
<footer>
- <a href="https://pinapelz.com">website</a> &middot; <a href="https://pinapelz.moe">hub</a> &middot; <a href="https://github.com/pinapelz">github</a> &middot; <a href="mailto:yukais@pinapelz.com">email</a>
+ &middot; <a href="https://github.com/pinapelz">github</a> &middot; <a href="mailto:yukais@pinapelz.com">email</a>
<p>powered by Astro</p>
</footer>
<style>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage