[READ-ONLY] Mirror of https://github.com/bombshell-dev/docs. bomb.sh/docs
0

Configure Feed

Select the types of activity you want to include in your feed.

add: og-image

Paul Valladares (Mar 26, 2025, 10:02 AM -0600) 17329d2c 4be1cbfd

+32
+32
astro.config.mjs
··· 3 3 import starlight from "@astrojs/starlight"; 4 4 import ecTwoSlash from "expressive-code-twoslash"; 5 5 6 + const site = "https://docs.bomb.sh/"; 7 + 6 8 // https://astro.build/config 7 9 export default defineConfig({ 8 10 integrations: [ ··· 25 27 editLink: { 26 28 baseUrl: "https://github.com/bombshell-dev/clack/docs/edit/main/", 27 29 }, 30 + head: [ 31 + { 32 + tag: "meta", 33 + attrs: { 34 + name: "og:image", 35 + content: `${site}og-docs.png`, 36 + }, 37 + }, 38 + { 39 + tag: "meta", 40 + attrs: { 41 + name: "twitter:image", 42 + content: `${site}og-docs.png`, 43 + }, 44 + }, 45 + { 46 + tag: "meta", 47 + attrs: { 48 + name: "twitter:site", 49 + content: "bombshell", 50 + }, 51 + }, 52 + { 53 + tag: "meta", 54 + attrs: { 55 + name: "twitter:creator", 56 + content: "bombshell", 57 + }, 58 + }, 59 + ], 28 60 social: { 29 61 discord: "https://bomb.sh/chat", 30 62 blueSky: "https://bomb.sh/on/bluesky",
public/og-docs.png

This is a binary file and will not be displayed.