We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebdd24d commit 0101b9eCopy full SHA for 0101b9e
3 files changed
src/components/BaseHead.astro
@@ -4,7 +4,7 @@
4
import "../styles/styles.css";
5
import type { ImageMetadata } from "astro";
6
import { getImage } from "astro:assets";
7
-import heroImage from "../images/hero3.jpg";
+import heroImage from "../images/hero3-og.png";
8
interface Props {
9
title: string;
10
description: string;
src/images/hero3-og.png
516 KB
src/layouts/BaseLayout.astro
@@ -7,7 +7,7 @@ import Tawk from "../components/Tawk.astro";
import Analytics from "../components/Analytics.astro";
import { SEO } from "astro-seo";
11
12
13
const fallbackOgImage = await getImage({
0 commit comments