diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-07-24 01:05:41 -0700 |
|---|---|---|
| committer | Pinapelz <donaldshan1@outlook.com> | 2023-07-24 01:05:41 -0700 |
| commit | 37fff983d90fb58282e709b0017f891fccb156c4 (patch) | |
| tree | 5938659da76c2f1d15175da7098608427d0cf22f /src/components/BaseHead.astro | |
| parent | 01a5a2ff180b9e675d9ea5b48106b256a060fae2 (diff) | |
remove placeholder images
Diffstat (limited to 'src/components/BaseHead.astro')
| -rw-r--r-- | src/components/BaseHead.astro | 2 |
1 files changed, 1 insertions, 1 deletions
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 --> |
