diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-08-28 01:50:59 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-08-28 01:50:59 -0700 |
| commit | 7ed8ba3647e35eff4b5091cdd4809f88b584fc59 (patch) | |
| tree | 9f400352cce0537d2db09eb2e206afb6d55868e4 /src/pages | |
| parent | 9ead5b0448a34584a7766517fc9422b992116479 (diff) | |
scrub PII for SEO
- After creating more different content better to scrub PII
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/about.astro | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pages/about.astro b/src/pages/about.astro index 9736404..fd3eb9a 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -9,9 +9,7 @@ import Layout from '../layouts/BlogPost.astro'; heroImage="/603banner.png" > <p> - Hey! Welcome to the About page. I'm Pinapelz, a Software Engineering student at UCI. - I mostly make random stuff, but you'll probably see a lot of vtuber related things (<a href="https://patchwork.moekyun.me/">patchwork archive</a>). - Outside of that though I spend pretty much the remainder of my spare time programming random things or playing JRPGs/MMOs. + Hey, I'm Pinapelz. Welcome to my blog where I ramble about random things, some technical, some not so technical. </p> <h1>why this?</h1> <p> |
