Skip to content

Commit 44712c8

Browse files
committed
chore: remove opengraph images
1 parent c95c3bb commit 44712c8

File tree

4 files changed

+1
-29
lines changed

4 files changed

+1
-29
lines changed

bun.lockb

-3.22 KB
Binary file not shown.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"@fontsource-variable/jetbrains-mono": "^5.1.2",
1818
"@octokit/core": "^6.1.3",
1919
"astro": "^5.1.9",
20-
"astro-og-canvas": "^0.5.6",
2120
"graphql-request": "^7.1.2",
2221
"solid-js": "^1.9.4"
2322
},

src/pages/blog/[slug].astro

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const content = await getPostHTML(slug);
3535
rel="stylesheet"
3636
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github-dark.min.css"
3737
/>
38+
<meta name="og:image" content={post.coverImage.url} />
3839
</Fragment>
3940
<MDContainer>
4041
<br />

src/pages/open-graph/[...route].ts

-28
This file was deleted.

0 commit comments

Comments
 (0)