Skip to content

Commit 1bb39cd

Browse files
committed
fix: favicon.ico
1 parent 12a7c0e commit 1bb39cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default function App({ Component, pageProps }: AppProps) {
1515
<title>Css To Tailwind</title>
1616
<meta name="description" content="Css To Tailwind" />
1717
<meta name="viewport" content="width=device-width, initial-scale=1" />
18-
<link rel="icon" href="/favicon.ico" />
18+
<link rel="icon" href="/css-to-tailwind/favicon.ico" />
1919
</Head>
2020
<main>
2121
<Component {...pageProps} />

0 commit comments

Comments
 (0)