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 /src/layouts/Layout.astro | |
| parent | b5b4144f47a10d07aae997b233a074b5cae831dc (diff) | |
| download | shiftos-archive-website-642c484022719a6428ce03d92a48aa0e59b049e5.tar.gz shiftos-archive-website-642c484022719a6428ce03d92a48aa0e59b049e5.tar.bz2 shiftos-archive-website-642c484022719a6428ce03d92a48aa0e59b049e5.zip | |
Added OG image
Diffstat (limited to 'src/layouts/Layout.astro')
| -rw-r--r-- | src/layouts/Layout.astro | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
