remove preconnect head
This commit is contained in:
parent
acde88621d
commit
4b99719239
|
@ -162,7 +162,6 @@ module.exports = class extends Component {
|
|||
updated={page.updated}
|
||||
images={structuredImages} /> : null}
|
||||
|
||||
<link rel="preconnect" href="https://cdn.staticfile.org" />
|
||||
{canonical_url ? <link rel="canonical" href={canonical_url} /> : null}
|
||||
{rss ? <link rel="alternate" href={url_for(rss)} title={config.title} type="application/atom+xml" /> : null}
|
||||
{favicon ? <link rel="icon" href={url_for(favicon)} /> : null}
|
||||
|
|
Loading…
Reference in New Issue