We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56fe6e7 commit 74869a5Copy full SHA for 74869a5
src/components/EpisodeDetail.js
@@ -16,7 +16,7 @@ const EpisodeDetail = ({ episode }) => {
16
setMetaTags({
17
title: episode.title,
18
description: episode.description,
19
- image: `https://frontendhappyhour.com/public/img/episodes/friendly-preview/${createURL(episode.title)}.jpeg`,
+ image: `https://frontendhappyhour.com/img/episodes/friendly-preview/${createURL(episode.title)}.jpeg`,
20
url: `https://frontendhappyhour.com/episodes/${createURL(episode.title)}`
21
});
22
}
0 commit comments