feat: optimize head tags (#40630)

Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
This commit is contained in:
Ahmad Abdolsaheb
2021-01-13 16:12:32 +03:00
committed by Mrugesh Mohapatra
parent 625469c82f
commit 3ec468be38
12 changed files with 210 additions and 133 deletions

View File

@@ -12,8 +12,6 @@ export default class HTML extends React.Component {
content='width=device-width, initial-scale=1.0, shrink-to-fit=no'
name='viewport'
/>
<link as='style' href='/css/bootstrap.min.css' rel='preload' />
<link href='/css/bootstrap.min.css' rel='stylesheet' />
{this.props.headComponents}
</head>
<body {...this.props.bodyAttributes}>