Skip to content

Commit

Permalink
style: icon
Browse files Browse the repository at this point in the history
  • Loading branch information
weijunext committed Apr 6, 2024
1 parent d682be3 commit 9132e0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ const baseSiteConfig = {
defaultNextTheme: 'system', // next-theme option: system | dark | light
icons: {
icon: "/favicon.ico",
shortcut: "/favicon-16x16.png",
apple: "/apple-touch-icon.png",
shortcut: "/logo.png",
apple: "/logo.png", // apple-touch-icon.png
},
headerLinks: [
{ name: 'repo', href: "https://github.com/weijunext/clean-nextjs-starter", icon: BsGithub },
Expand Down
Binary file removed public/favicon-16x16.png
Binary file not shown.

0 comments on commit 9132e0e

Please sign in to comment.