Skip to content

Commit

Permalink
Set favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Hurnaus committed Dec 2, 2023
1 parent 7d35b73 commit 782e14d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import tailwindStylesheetUrl from "./styles/tailwind.css";

export const links: LinksFunction = () => {

Check failure on line 18 in app/root.tsx

View workflow job for this annotation

GitHub Actions / ʦ TypeScript

Type '() => ({ rel: "icon"; hhref: string; href?: undefined; as?: undefined; } | { rel: "stylesheet"; href: string; hhref?: undefined; as?: undefined; } | { rel: "preconnect"; href: string; hhref?: undefined; as?: undefined; } | { ...; })[]' is not assignable to type 'LinksFunction'.
return [
{ rel: "icon", hhref: "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🥾</text></svg>"},
{ rel: "stylesheet", href: tailwindStylesheetUrl },
{ rel: "preconnect", href: "https://res.cloudinary.com" },
{
Expand Down

1 comment on commit 782e14d

@vercel
Copy link

@vercel vercel bot commented on 782e14d Dec 2, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.