Skip to content

Commit 6101ccb

Browse files
committed
Added favicon to docs
1 parent d698629 commit 6101ccb

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

packages/react-renderer-demo/src/app/pages/_document.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class MyDocument extends Document {
1010
<Head>
1111
<meta charSet="utf-8" />
1212
<link rel="manifest" href="/manifest.json" />
13+
<link rel="shortcut icon" href="/favicon.ico" />
1314
<link rel="apple-touch-icon" href="/192x192.png"></link>
1415
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no" />
1516
{/* PWA primary color */}
Binary file not shown.

0 commit comments

Comments
 (0)