Skip to content

Commit adb898f

Browse files
committed
Fixing the favicon paths
1 parent 5604527 commit adb898f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/components/Layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ export default function Layout({ children }: { children: React.ReactNode }) {
1010
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
1111
<meta key="description" name="description" content={SITE.description} />
1212
<link
13-
href="favicon-light.png"
13+
href="/favicon-light.png"
1414
rel="icon"
1515
media="(prefers-color-scheme: light)"
1616
/>
1717
<link
18-
href="favicon-dark.png"
18+
href="/favicon-dark.png"
1919
rel="icon"
2020
media="(prefers-color-scheme: dark)"
2121
/>

0 commit comments

Comments
 (0)