diff --git a/lib/tasks/articles.ts b/lib/tasks/articles.ts index fd2fe4e..e09386e 100644 --- a/lib/tasks/articles.ts +++ b/lib/tasks/articles.ts @@ -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", };