aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <[email protected]>2025-01-08 12:00:48 -0500
committerGitHub <[email protected]>2025-01-08 12:00:48 -0500
commit1dca3747573389673d0bff42a1e6b376d856ca59 (patch)
tree6f661337b1dc47e50e452285e6e0f36f411ad795
parent8ba31970c42a1315bf51b6160e7afc1688172fdf (diff)
downloadshiftos-archive-website-1dca3747573389673d0bff42a1e6b376d856ca59.tar.gz
shiftos-archive-website-1dca3747573389673d0bff42a1e6b376d856ca59.tar.bz2
shiftos-archive-website-1dca3747573389673d0bff42a1e6b376d856ca59.zip
Update to new domain
-rw-r--r--src/layouts/Layout.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index 812ce22..f944e43 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://shiftos.alee14.me/shiftos.png" />
+ <meta property="og:image" content="https://shiftos.dev/shiftos.png" />
<meta property="og:type" content="website" />
<meta name="theme-color" content="#000000"/>