Skip to content

Commit

Permalink
chore: change app icon and add og image
Browse files Browse the repository at this point in the history
  • Loading branch information
redpangilinan committed Dec 30, 2023
1 parent 2f16a07 commit 124aa79
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified public/favicon.ico
Binary file not shown.
Binary file added public/og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/config/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const siteConfig: SiteConfig = {
author: "https://rdev.pro",
},
links: {
github: "https://github.com/redpangilinan/next-entree",
github: "https://github.com/redpangilinan/credenza",
},
ogImage: `${env.NEXT_PUBLIC_APP_URL}/og.jpg`,
ogImage: `${env.NEXT_PUBLIC_APP_URL}/og.png`,
}

0 comments on commit 124aa79

Please sign in to comment.