Skip to content

Commit

Permalink
Change OG poster
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshenrik committed Jan 5, 2024
1 parent 8054e20 commit 812f475
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added public/profil/inviterer-til-10-aar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const { title, description, image } = Astro.props;
title: `${title} `,
type: "website",
image:
"https://mandaljazz.no" + (image ? image : "/profil/header.png"),
"https://mandaljazz.no" + (image ? image : "/profil/inviterer-til-10-aar.png"),
url: Astro.request.url,
},
image: {
Expand Down

0 comments on commit 812f475

Please sign in to comment.