From 78fc8c3acfd493652e88d91fd9380d9d0e5fd80e Mon Sep 17 00:00:00 2001 From: tdro Date: Thu, 12 Jan 2023 22:11:55 -0500 Subject: themes/default/layouts/partials/base-head: Add rel canonical --- config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.json') diff --git a/config.json b/config.json index b62e983..edb3168 100644 --- a/config.json +++ b/config.json @@ -97,7 +97,8 @@ "production": false, "referrer": "no-referrer", "refresh": null, - "robots": "index,follow" + "robots": "index,follow", + "canonical": null }, "webmanifest": { "name": "Micro Blog", -- cgit v1.2.3