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 12a7c0e commit 1bb39cdCopy full SHA for 1bb39cd
pages/_app.tsx
@@ -15,7 +15,7 @@ export default function App({ Component, pageProps }: AppProps) {
15
<title>Css To Tailwind</title>
16
<meta name="description" content="Css To Tailwind" />
17
<meta name="viewport" content="width=device-width, initial-scale=1" />
18
- <link rel="icon" href="/favicon.ico" />
+ <link rel="icon" href="/css-to-tailwind/favicon.ico" />
19
</Head>
20
<main>
21
<Component {...pageProps} />
0 commit comments