diff --git a/astro.config.mjs b/astro.config.mjs index 36601834..347d4f8f 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -67,6 +67,10 @@ export default defineConfig({ tag: "meta", attrs: { property: "og:image:alt", content: OG_ALT }, }, + { + tag: "meta", + attrs: { name: "twitter:card", content: "summary_large_image" }, + }, { tag: "meta", attrs: { name: "twitter:image", content: "https://docs.internetcomputer.org/og-image.png" },