From 4b99719239662935da592b61a5af588d21372a19 Mon Sep 17 00:00:00 2001 From: Nofated095 Date: Fri, 5 Apr 2024 22:02:22 +0800 Subject: [PATCH] remove preconnect head --- layout/common/head.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/layout/common/head.jsx b/layout/common/head.jsx index db8458a..7b42f2e 100644 --- a/layout/common/head.jsx +++ b/layout/common/head.jsx @@ -162,7 +162,6 @@ module.exports = class extends Component { updated={page.updated} images={structuredImages} /> : null} - {canonical_url ? : null} {rss ? : null} {favicon ? : null}