We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 618eebf commit 8d3bc37Copy full SHA for 8d3bc37
1 file changed
app/root.tsx
@@ -29,7 +29,7 @@ import { cn } from './lib/cn'
29
export const links: LinksFunction = () => [
30
{
31
rel: 'icon',
32
- href: '/favicon.iso',
+ href: '/favicon.ico',
33
type: 'image/svg+xml'
34
},
35
{ rel: 'stylesheet', href: stylesheet },
0 commit comments