We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32c8326 commit 8f02035Copy full SHA for 8f02035
src/templates/Blog.tsx
@@ -53,7 +53,7 @@ const Blog: React.FC<BlogProps> = (props) => {
53
const { site } = layoutProps;
54
const progressBarTarget = React.createRef<HTMLDivElement>();
55
const parsedDate = new Date(Date.parse(date));
56
- const SeoBanner = `/opengraph-images/${slugify(title)}.png`;
+ const SeoBanner = `/opengraph-images/${slug}.png`;
57
58
return (
59
<article className="h-entry">
0 commit comments