aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <[email protected]>2024-12-31 22:40:39 -0500
committerAndrew Lee <[email protected]>2024-12-31 22:40:39 -0500
commit642c484022719a6428ce03d92a48aa0e59b049e5 (patch)
tree63dcf6525569c59e5f4e74fa562d87b2893f4ffb
parentb5b4144f47a10d07aae997b233a074b5cae831dc (diff)
downloadshiftos-archive-website-642c484022719a6428ce03d92a48aa0e59b049e5.tar.gz
shiftos-archive-website-642c484022719a6428ce03d92a48aa0e59b049e5.tar.bz2
shiftos-archive-website-642c484022719a6428ce03d92a48aa0e59b049e5.zip
Added OG image
-rwxr-xr-xpublic/shiftos.pngbin0 -> 163821 bytes
-rw-r--r--src/layouts/Layout.astro2
2 files changed, 1 insertions, 1 deletions
diff --git a/public/shiftos.png b/public/shiftos.png
new file mode 100755
index 0000000..ca6aa24
--- /dev/null
+++ b/public/shiftos.png
Binary files differ
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index ca9830e..e9a4622 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -23,7 +23,7 @@ import '../styles/style.css';
<!-- Open Graph Metadata -->
<meta property="og:title" content={title} />
<meta property="og:description" content={description} />
- <!-- <meta property="og:image" content="https://alee14.me/profile.png" /> -->
+ <meta property="og:image" content="https://shiftos.alee14.me/shiftos.png" />
<meta property="og:type" content="website" />
<title>{title}</title>