remove oss preconnect

This commit is contained in:
Nofated095 2024-01-24 20:26:15 +08:00
parent b62f3004de
commit 99c8120509
2 changed files with 1 additions and 2 deletions

View File

@ -162,7 +162,6 @@ module.exports = class extends Component {
updated={page.updated}
images={structuredImages} /> : null}
<link rel="preconnect" href="https://xgjalbum.oss-cn-hangzhou.aliyuncs.com" />
<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}

View File

@ -1,6 +1,6 @@
{
"name": "hexo-theme-amane",
"version": "0.0.43",
"version": "0.0.46",
"author": "Nofated095 <nofated095@users.noreply.github.com>",
"license": "MIT",
"description": "A simple, delicate, and modern theme for Hexo",