We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5604527 commit adb898fCopy full SHA for adb898f
docs/components/Layout.tsx
@@ -10,12 +10,12 @@ export default function Layout({ children }: { children: React.ReactNode }) {
10
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
11
<meta key="description" name="description" content={SITE.description} />
12
<link
13
- href="favicon-light.png"
+ href="/favicon-light.png"
14
rel="icon"
15
media="(prefers-color-scheme: light)"
16
/>
17
18
- href="favicon-dark.png"
+ href="/favicon-dark.png"
19
20
media="(prefers-color-scheme: dark)"
21
0 commit comments