We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bafe96 commit ebdd24dCopy full SHA for ebdd24d
2 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/hero2.png";
+import heroImage from "../images/hero3.jpg";
8
interface Props {
9
title: string;
10
description: string;
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