remove preconnect head

This commit is contained in:
Nofated095 2024-04-05 22:02:22 +08:00
parent acde88621d
commit 4b99719239
1 changed files with 0 additions and 1 deletions

View File

@ -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}