Skip to content

Commit

Permalink
fix: include meta image
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-rev committed Dec 11, 2024
1 parent f5212ae commit f5c9503
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ export default defineConfig({
head: [
{
tag: "meta",
attrs: { property: "og:image" },
content: "/helix-golf/og.jpg",
attrs: {
property: "og:image",
content: "/helix-golf/og.jpg",
},
},
],
title: "Helix Golf ⛳",
Expand Down

0 comments on commit f5c9503

Please sign in to comment.