Skip to content

Commit 6d0c033

Browse files
committed
Update preview image
1 parent df7868d commit 6d0c033

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const metadata: Metadata = {
1616
openGraph: {
1717
images: [
1818
{
19-
url: "/images/general/compilation_info.png",
19+
url: "/images/general/c_traceback.png",
2020
alt: "C Traceback"
2121
}
2222
],
@@ -27,7 +27,7 @@ export const metadata: Metadata = {
2727
card: 'summary_large_image',
2828
title: 'C Traceback',
2929
description: 'A colorful, lightweight error-propagation framework for C.',
30-
images: ['/images/general/compilation_info.png'],
30+
images: ['/images/general/c_traceback.png'],
3131
}
3232
}
3333

content/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A colorful, lightweight error-propagation framework for C.
1212
* [Source Code](https://github.com/c-modules/c_traceback)
1313
* [Get Started →](/docs)
1414

15-
<img src={"/images/general/compilation_info.png"} alt="C Traceback" />
15+
<img src={"/images/general/c_traceback.png"} alt="C Traceback" />
1616

1717
## Features
1818
* Beautiful tracebacks
538 KB
Loading
-598 KB
Binary file not shown.

0 commit comments

Comments
 (0)