Skip to content

Commit 8e88c37

Browse files
committed
added favicon on prod
1 parent c0833c0 commit 8e88c37

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

app/src/public/index-prod.ejs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,19 @@
22
<html lang="en-US">
33
<head>
44
<meta charset="UTF-8" />
5-
<script src="https://kit.fontawesome.com/7e1cebd082.js" crossorigin="anonymous"></script>
5+
<script
6+
src="https://kit.fontawesome.com/7e1cebd082.js"
7+
crossorigin="anonymous"
8+
></script>
69
<meta
710
property="csp-nonce"
811
content="<%= htmlWebpackPlugin.options.nonce %>"
912
/>
1013
<title>ReacType</title>
14+
<link
15+
rel="icon"
16+
href="https://raw.githubusercontent.com/open-source-labs/ReacType/master/app/src/public/icons/png/512x512.png"
17+
/>
1118
</head>
1219
<body>
1320
<div id="app"></div>

0 commit comments

Comments
 (0)