From 161ff8463d75a2e550c6d186d6fe93853bfa1746 Mon Sep 17 00:00:00 2001 From: Tan Li Hau Date: Tue, 8 Aug 2023 14:06:50 +0800 Subject: [PATCH] Fix the logo image --- content/settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/settings.json b/content/settings.json index 476fa87..daefa4d 100644 --- a/content/settings.json +++ b/content/settings.json @@ -2,10 +2,10 @@ "title": "Engineering Effectiveness Handbook", "url": "https://www.okayhq.com/handbook", "logo": { - "light": "img/logo-light.svg", - "dark": "img/logo-dark.svg" + "light": "/img/logo-light.svg", + "dark": "/img/logo-dark.svg" }, "github": "OkayHQ/ee-handbook", "twitter": "@OkayHQ", "defaultDir": "" -} \ No newline at end of file +}