Skip to content

Commit

Permalink
favicon.png relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
IlanFrumer committed May 13, 2022
1 parent 6d9ccf4 commit 036f19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/preview/src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class MyDocument extends Document {
return (
<Html lang="en">
<Head>
<link rel="shortcut icon" href="/favicon.png" />
<link rel="shortcut icon" href="favicon.png" />
<meta name="theme-color" content="#e91e63" />
<meta name="title" content={BRAND_TITLE} />
<meta name="description" content={BRAND_DESCRIPTION} />
Expand Down

0 comments on commit 036f19d

Please sign in to comment.