Skip to content

Commit

Permalink
Update html.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelirrojo authored Aug 18, 2020
1 parent 4a8c8a4 commit f1e4635
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ export default function HTML(props) {
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<link rel="icon" type="image/png" href="{withPrefix("images/favicon.png")}/>
<script src={withPrefix("js/main.js")}></script>
<link rel="icon" type="image/png" href="{withPrefix("favicon.png")}/>
{props.headComponents}

</head>
Expand Down

0 comments on commit f1e4635

Please sign in to comment.