Skip to content

Commit

Permalink
chore: update avatar and social preview image URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgzn committed Oct 17, 2024
1 parent 3f203c5 commit 85a42f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,12 @@ theme_mode: # [light | dark]
cdn: "https://chirpy-img.netlify.app"

# the avatar on sidebar, support local or CORS resources
avatar: "/assets/img/mrj9tyfxgpwc4ohkdhkq3uu3azxww8g.png"
avatar: "assets/img/avatar.png"

# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
# It can be overridden by a customized `page.image` in front matter.
social_preview_image: # string, local or CORS resources
social_preview_image: "https://cdn.jsdelivr.net/gh/cmgzn/cmgzn.github.io@main/assets/img/avatar.png"
# string, local or CORS resources

# boolean type, the global switch for TOC in posts.
toc: true
Expand Down
File renamed without changes

0 comments on commit 85a42f9

Please sign in to comment.