diff options
| author | Andrew Lee <[email protected]> | 2024-12-31 22:40:39 -0500 |
|---|---|---|
| committer | Andrew Lee <[email protected]> | 2024-12-31 22:40:39 -0500 |
| commit | 642c484022719a6428ce03d92a48aa0e59b049e5 (patch) | |
| tree | 63dcf6525569c59e5f4e74fa562d87b2893f4ffb | |
| parent | b5b4144f47a10d07aae997b233a074b5cae831dc (diff) | |
| download | shiftos-archive-website-642c484022719a6428ce03d92a48aa0e59b049e5.tar.gz shiftos-archive-website-642c484022719a6428ce03d92a48aa0e59b049e5.tar.bz2 shiftos-archive-website-642c484022719a6428ce03d92a48aa0e59b049e5.zip | |
Added OG image
| -rwxr-xr-x | public/shiftos.png | bin | 0 -> 163821 bytes | |||
| -rw-r--r-- | src/layouts/Layout.astro | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/public/shiftos.png b/public/shiftos.png Binary files differnew file mode 100755 index 0000000..ca6aa24 --- /dev/null +++ b/public/shiftos.png 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> |
