Skip to content

Commit 55ef6d1

Browse files
committed
updating icon link to absolute
1 parent 00ef188 commit 55ef6d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

with-tailwindcss-app/pages/_document.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class MyDocument extends Document {
1010
name="ahrefs-site-verification"
1111
content="0b854a10ab949834888dd13297f5c602a02ab526ee2f999f985e4b128740dd26"
1212
/>
13-
<link rel="icon" href="/search.svg" />
13+
<link rel="icon" href="https://evmexplorer.com/search.svg" />
1414
</Head>
1515
<body className="bg-[#033767]">
1616
<Main />

0 commit comments

Comments
 (0)