Skip to content

Commit 060722f

Browse files
committed
fix favicon url
1 parent e6866f6 commit 060722f

10 files changed

Lines changed: 5 additions & 5 deletions

app/root.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@ export const links: LinksFunction = () => {
4141
{ rel: 'preload', href: fontStylestylesheetUrl, as: 'style' },
4242
{ rel: 'preload', href: tailwindStylesheetUrl, as: 'style' },
4343
cssBundleHref ? { rel: 'preload', href: cssBundleHref, as: 'style' } : null,
44-
{ rel: 'mask-icon', href: '/favicon/mask-icon.svg' },
44+
{ rel: 'mask-icon', href: '/favicons/mask-icon.svg' },
4545
{
4646
rel: 'alternate icon',
4747
type: 'image/png',
48-
href: '/favicon/favicon-32x32.png',
48+
href: '/favicons/favicon-32x32.png',
4949
},
50-
{ rel: 'apple-touch-icon', href: '/favicon/apple-touch-icon.png' },
50+
{ rel: 'apple-touch-icon', href: '/favicons/apple-touch-icon.png' },
5151
{ rel: 'manifest', href: '/site.webmanifest' },
52-
{ rel: 'icon', type: 'image/svg+xml', href: '/favicon/favicon.svg' },
52+
{ rel: 'icon', type: 'image/svg+xml', href: '/favicons/favicon.svg' },
5353
{
5454
rel: 'icon',
5555
type: 'image/svg+xml',
56-
href: '/favicon/favicon-dark.svg',
56+
href: '/favicons/favicon-dark.svg',
5757
media: '(prefers-color-scheme: dark)',
5858
},
5959
{ rel: 'stylesheet', href: fontStylestylesheetUrl },
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)