mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-20 12:37:01 +02:00
fix(v1,v2): add initial-scale=1.0 to all meta name='viewport' (#3290)
This commit is contained in:
parent
8c05aa8e94
commit
a94d14b9c7
3 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@ class Head extends React.Component {
|
|||
<meta charSet="utf-8" />
|
||||
<meta httpEquiv="X-UA-Compatible" content="IE=edge" />
|
||||
<title>{this.props.title}</title>
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="generator" content="Docusaurus" />
|
||||
<meta name="description" content={this.props.description} />
|
||||
{this.props.version && (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue