aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <donaldshan1@outlook.com>2023-07-24 01:05:41 -0700
committerPinapelz <donaldshan1@outlook.com>2023-07-24 01:05:41 -0700
commit37fff983d90fb58282e709b0017f891fccb156c4 (patch)
tree5938659da76c2f1d15175da7098608427d0cf22f
parent01a5a2ff180b9e675d9ea5b48106b256a060fae2 (diff)
remove placeholder images
-rw-r--r--public/placeholder-hero.jpgbin8674 -> 0 bytes
-rw-r--r--public/placeholder-social.jpgbin18576 -> 0 bytes
-rw-r--r--src/components/BaseHead.astro2
3 files changed, 1 insertions, 1 deletions
diff --git a/public/placeholder-hero.jpg b/public/placeholder-hero.jpg
deleted file mode 100644
index 66c8649..0000000
--- a/public/placeholder-hero.jpg
+++ /dev/null
Binary files differ
diff --git a/public/placeholder-social.jpg b/public/placeholder-social.jpg
deleted file mode 100644
index e8844fe..0000000
--- a/public/placeholder-social.jpg
+++ /dev/null
Binary files differ
diff --git a/src/components/BaseHead.astro b/src/components/BaseHead.astro
index e11d111..b9b0031 100644
--- a/src/components/BaseHead.astro
+++ b/src/components/BaseHead.astro
@@ -11,7 +11,7 @@ interface Props {
const canonicalURL = new URL(Astro.url.pathname, Astro.site);
-const { title, description, image = '/placeholder-social.jpg' } = Astro.props;
+const { title, description, image = '/603banner.png' } = Astro.props;
---
<!-- Global Metadata -->
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage