Fixed utf detection
This commit is contained in:
parent
6fcfd2a36d
commit
e1007636d3
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@ export default (props: Props) => {
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<base href="/" />
|
<base href="/" />
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
||||||
<meta name="name" content={props.name} />
|
<meta name="name" content={props.name} />
|
||||||
<meta name="description" content={props.description} />
|
<meta name="description" content={props.description} />
|
||||||
<meta property="og:title" content={props.name} />
|
<meta property="og:title" content={props.name} />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue