Skip to content

Commit

Permalink
Use jpg instead of png in SEO OG images
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshenrik committed Nov 30, 2023
1 parent 3b59584 commit 35fb38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/ArtistLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const nextArtist =
<Layout
title={`${title} // mandaljazz 2024`}
description={`${title} på mandaljazz! ${tagline}`}
image={`/artist/${id}.png`}
image={`/artist/${id}.jpg`}
>
<main class="px-4 sm:px-6 md:px-8 lg:px-16 xl:px-32 py-24 sm:py-40">
<div class="max-w-5xl mx-auto space-y-24">
Expand Down

0 comments on commit 35fb38d

Please sign in to comment.