From eaa8d940b43209d2a75962317dbf22b6160acfe4 Mon Sep 17 00:00:00 2001 From: Chang Liu Date: Thu, 7 Mar 2024 00:36:17 +0800 Subject: [PATCH] Fix canonical urls --- src/config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/config.json b/src/config/config.json index b65b026..edeb6cb 100644 --- a/src/config/config.json +++ b/src/config/config.json @@ -1,7 +1,7 @@ { "site": { "title": "Blog - Kùzu", - "base_url": "blog.kuzudb.com", + "base_url": "https://blog.kuzudb.com", "base_path": "/", "favicon": "/favicon.ico", "logoLight": "/logoLight.png",