Skip to content

Commit 35060e9

Browse files
committed
fix: incorrect image thumbnails
1 parent 0328e1c commit 35060e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/blog/courses.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Reflecting on Courses at CMU"
3-
description: "Reflections on my coursework during my time as a student at Carnegie Mellon University."
3+
description: "Reflections on my coursework during my time as a student at Carnegie Mellon University"
44
pubDate: "Jan 1 2026"
55
thumbnail: "../../assets/cmu-double-rainbow.jpg"
66
---

src/layouts/BlogPost.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const { title, description, pubDate, updatedDate, thumbnail } = Astro.props;
1313

1414
<html lang="en">
1515
<head>
16-
<BaseHead title={title} description={description} />
16+
<BaseHead title={title} description={description} image={thumbnail} />
1717
<style>
1818
.thumbnail {
1919
width: 100%;

0 commit comments

Comments
 (0)