diff --git a/public/favicon.svg b/public/favicon.svg index 166ff48..6afd50a 100644 --- a/public/favicon.svg +++ b/public/favicon.svg @@ -1,11 +1,17 @@ diff --git a/public/og.png b/public/og.png index af48dbf..939ff1f 100644 Binary files a/public/og.png and b/public/og.png differ diff --git a/scripts/gen-og.mjs b/scripts/gen-og.mjs index 6a59884..67b5e7e 100644 --- a/scripts/gen-og.mjs +++ b/scripts/gen-og.mjs @@ -12,26 +12,37 @@ const H = 630; const svg = ` `; await sharp(Buffer.from(svg)).png().toFile(out); diff --git a/src/data/site.ts b/src/data/site.ts index b35b378..39c3c81 100644 --- a/src/data/site.ts +++ b/src/data/site.ts @@ -26,7 +26,7 @@ export const site = { url: "https://www.bztmon.com", // Public contact (matches the CV). email: "jonnywright2011@live.com.au", - ogImage: "/og.png", + ogImage: "/og.png?v=2", locale: "en", // Content license for blog posts + pages. Edit here to relicense site-wide. license: { diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 9b2c067..bea5e82 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -27,7 +27,7 @@ const ogImage = new URL(site.ogImage, site.url).href;
- +