From 5c727cb349026bdefc21e212149e5b9ecec07367 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Fri, 19 Jul 2024 02:21:20 +0800 Subject: [PATCH] Use this keyword for site author URL --- src/_data/sitemeta.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_data/sitemeta.js b/src/_data/sitemeta.js index a821a1b2..a043585c 100644 --- a/src/_data/sitemeta.js +++ b/src/_data/sitemeta.js @@ -8,6 +8,6 @@ export default { siteAuthor: { name: "Leilukin", email: "contact@leilukin.com", - url: "https://leilukin.com/about" + url: () => this.siteUrl + "/about" } }