Skip to content

Commit

Permalink
Update __root.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Nov 20, 2024
1 parent d8ae6a1 commit d2db10d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tanstack-start/app/routes/__root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ export const Route = createRootRoute({
{
title: 'TanStack Start Starter',
},
{
rel: 'icon',
type: 'image/png',
href: '/favicon.png',
},
],
}),
component: RootComponent,
Expand Down

0 comments on commit d2db10d

Please sign in to comment.