Compare commits

...

2 Commits

Author SHA1 Message Date
Nofated095 16589ea6bd bump to 1.0.49 2024-04-05 22:02:30 +08:00
Nofated095 4b99719239 remove preconnect head 2024-04-05 22:02:22 +08:00
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://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}

View File

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