Skip to content

Commit

Permalink
add og:images
Browse files Browse the repository at this point in the history
  • Loading branch information
martrapp committed Nov 12, 2024
1 parent 96a9f96 commit 714022c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/content/docs/tools/cam-shaft.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
- tag: meta
attrs:
property: "og:image"
content: "https://vtbag.dev/shaft-og.png"
content: "/shaft-og.png"
---
import { Steps } from "@astrojs/starlight/components";
import Logo from "../../../components/Logo.astro";
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/tools/inspection-chamber/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
- tag: meta
attrs:
property: "og:image"
content: "https://vtbag.dev/chamber-og.png"
content: "/chamber-og.png"
---

import { Steps } from "@astrojs/starlight/components";
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/tools/turn-signal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
- tag: meta
attrs:
property: "og:image"
content: "https://vtbag.dev/signal-og.png"
content: "/signal-og.png"
---
import { Steps } from "@astrojs/starlight/components";
import Logo from "../../../components/Logo.astro";
Expand Down

0 comments on commit 714022c

Please sign in to comment.