Skip to content

Commit c07d53a

Browse files
Changes
Co-authored-by: ghostcodedynamics <295822717+ghostcodedynamics@users.noreply.github.com>
1 parent 4b437f7 commit c07d53a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/routes/__root.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ export const Route = createRootRouteWithContext<{ queryClient: QueryClient }>()(
113113
],
114114
links: [
115115
{ rel: "stylesheet", href: appCss },
116+
{ rel: "icon", href: "/favicon.png", type: "image/png" },
116117
{ rel: "icon", href: "/favicon.svg", type: "image/svg+xml" },
117118
],
118119
}),

0 commit comments

Comments
 (0)