Skip to content

Commit

Permalink
fix images
Browse files Browse the repository at this point in the history
  • Loading branch information
vtcaregorodtcev committed Mar 25, 2023
1 parent 46835c9 commit c5e9bca
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
.DS_Store
1 change: 1 addition & 0 deletions notes/content/blog/chatgpt-and-d3js.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ external: false
title: Basic D3.js components tree visualization feat. chatGPT.
description: ""
date: 2023-03-15
ogImagePath: /images/chatgpt_d3js.png
tags:
- "101"
- chatGPT
Expand Down
Binary file added notes/images/chatgpt_d3js.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed notes/images/og.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion notes/src/components/PageMeta.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const { meta, og, twitter } = getPageMeta({
title: title || SITE_TITLE,
description: description || SITE_DESCRIPTION,
baseUrl: SITE_URL,
ogImageAbsoluteUrl: `${SITE_URL}/images/og.jpg`,
ogImageAbsoluteUrl: `https://avatars.githubusercontent.com/u/24553355`,
ogImageAltText: "2minsDevsNotes",
ogImageWidth: 1200,
ogImageHeight: 630,
Expand Down

0 comments on commit c5e9bca

Please sign in to comment.