We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0833c0 commit 8e88c37Copy full SHA for 8e88c37
app/src/public/index-prod.ejs
@@ -2,12 +2,19 @@
2
<html lang="en-US">
3
<head>
4
<meta charset="UTF-8" />
5
- <script src="https://kit.fontawesome.com/7e1cebd082.js" crossorigin="anonymous"></script>
+ <script
6
+ src="https://kit.fontawesome.com/7e1cebd082.js"
7
+ crossorigin="anonymous"
8
+ ></script>
9
<meta
10
property="csp-nonce"
11
content="<%= htmlWebpackPlugin.options.nonce %>"
12
/>
13
<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
+ />
18
</head>
19
<body>
20
<div id="app"></div>
0 commit comments