feat: optimize head tags (#40630)
Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
625469c82f
commit
3ec468be38
@@ -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}>
|
||||
|
Reference in New Issue
Block a user