Fix og:image tags

This commit is contained in:
Thibault “Adædra” Hamel 2024-06-22 19:22:53 +02:00
parent 97fd7b6081
commit 9fd97d17d8

View File

@ -36,8 +36,8 @@ const SITE_DESCRIPTION = [
"Rust, Ruby, Typescript, Linux",
].join(" \u2022 ");
const SITE_DEFAULT_META = {
"og:image": "https://adaedra.blob.core.windows.net/blog-assets/cariboudev.avif",
"og:image:alt": SITE_DESCRIPTION,
"og:image": "https://adaedra.blob.core.windows.net/blog-assets/og_preview.png",
"og:image:alt": "Ad\xE6dra's mascot",
"og:locale": "en_GB",
};