Skip to content

Commit

Permalink
feat: update 𝕏 and zolplay favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
CaliCastle committed Dec 23, 2023
1 parent d6f474c commit 6a1627d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/api/favicon/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ const faviconMapper: { [key: string]: string } = {
'((?:zolplay.cn)|(?:zolplay.com)|(?:cn.zolplay.com))':
'https://cali.so/favicons/zolplay.png',
'(?:github.com)': 'https://cali.so/favicons/github.png',
'((?:t.co)|(?:twitter.com))': 'https://cali.so/favicons/twitter.png',
'((?:t.co)|(?:twitter.com)|(?:x.com))':
'https://cali.so/favicons/twitter.png',
'coolshell.cn': 'https://cali.so/favicons/coolshell.png',
'vercel.com': 'https://cali.so/favicons/vercel.png',
'nextjs.org': 'https://cali.so/favicons/nextjs.png',
Expand Down
Binary file modified public/favicons/twitter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicons/x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicons/zolplay.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 6a1627d

Please sign in to comment.