Skip to content

Commit 74869a5

Browse files
committed
fix image reference for OG image
1 parent 56fe6e7 commit 74869a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/EpisodeDetail.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const EpisodeDetail = ({ episode }) => {
1616
setMetaTags({
1717
title: episode.title,
1818
description: episode.description,
19-
image: `https://frontendhappyhour.com/public/img/episodes/friendly-preview/${createURL(episode.title)}.jpeg`,
19+
image: `https://frontendhappyhour.com/img/episodes/friendly-preview/${createURL(episode.title)}.jpeg`,
2020
url: `https://frontendhappyhour.com/episodes/${createURL(episode.title)}`
2121
});
2222
}

0 commit comments

Comments
 (0)