Skip to content

Commit

Permalink
add missing share image
Browse files Browse the repository at this point in the history
  • Loading branch information
im-sticky committed Jun 7, 2024
1 parent beb232c commit c05b467
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "node generate-rss.mjs && next-sitemap --config next-sitemap.config.js && move-file ./public/sitemap.xml ./out/sitemap.xml && move-file ./public/sitemap-0.xml ./out/sitemap-0.xml && move-file ./public/feed.xml ./out/feed.xml && move-file ./public/feed.json ./out/feed.json && move-file ./public/atom.xml ./out/atom.xml"
"prebuild": "node generate-rss.mjs",
"postbuild": "next-sitemap --config next-sitemap.config.js && move-file ./public/sitemap.xml ./out/sitemap.xml && move-file ./public/sitemap-0.xml ./out/sitemap-0.xml"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.5.2",
Expand Down
Binary file added public/default-share.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c05b467

Please sign in to comment.