Skip to content

Commit

Permalink
Merge pull request #1037 from wellyshen/feature/refine-html-template
Browse files Browse the repository at this point in the history
Refactor: adjust HTML template
  • Loading branch information
wellyshen authored Apr 18, 2021
2 parents f9bf616 + 976337d commit 11ba3e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-cool-starter",
"version": "4.1.0",
"version": "4.1.1",
"private": true,
"description": "A starter boilerplate for a universal web application with the best development experience and best practices.",
"license": "MIT",
Expand Down
7 changes: 1 addition & 6 deletions src/server/renderHtml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,8 @@ export default (
<html ${head.htmlAttributes.toString()}>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
<![endif]-->
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
Expand Down

0 comments on commit 11ba3e4

Please sign in to comment.