Skip to content

Commit

Permalink
fix: fallback source
Browse files Browse the repository at this point in the history
  • Loading branch information
Innei committed Aug 7, 2023
1 parent 56823e3 commit 108b2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/rich-link/Favicon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const Favicon: Component<FaviconProps> = (props) => {
try {
if (href) {
const url = new URL(href)
nextSource = getUrlSource(url)
nextSource = getUrlSource(url) ?? source
}
} catch {
/* empty */
Expand Down

1 comment on commit 108b2cc

@vercel
Copy link

@vercel vercel bot commented on 108b2cc Aug 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shiro – ./

shiro-innei.vercel.app
shiro-git-main-innei.vercel.app
innei.in
springtide.vercel.app

Please sign in to comment.