mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-29 17:07:08 +02:00
Update support for Web App Manifest (#1046)
This commit is contained in:
parent
a39d2b0280
commit
4a7e1ea189
2 changed files with 3 additions and 3 deletions
|
@ -67,7 +67,7 @@ class Head extends React.Component {
|
|||
<meta httpEquiv="refresh" content={`0; URL=${this.props.redirect}`} />
|
||||
)}
|
||||
{this.props.config.manifest && (
|
||||
<link rel="manifest" content={siteUrl + this.props.config.manifest} />
|
||||
<link rel="manifest" href={siteUrl + this.props.config.manifest} />
|
||||
)}
|
||||
<link
|
||||
rel="shortcut icon"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue