From b892fdfa3bbb5f9336266856b2afa781a4694fef Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Thu, 30 May 2024 01:27:46 +0100 Subject: [PATCH] Attempt to fix relative path for images --- config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config.yaml b/config.yaml index b2fb6c4..1505483 100644 --- a/config.yaml +++ b/config.yaml @@ -29,7 +29,7 @@ params: description: "TrudeEH's Blog and Personal Website" keywords: [Blog, Portfolio, Trude, TrudeEH] author: "TrudeEH" - images: ["/logo.svg"] + images: ["logo.svg"] DateFormat: "January 2, 2006" defaultTheme: auto # dark, light disableThemeToggle: false @@ -53,15 +53,15 @@ params: assets: # disableHLJS: true # to disable highlight.js # disableFingerprinting: true - favicon: "/favicon.ico" - favicon16x16: "/favicon-16x16.png" - favicon32x32: "/favicon-32x32.png" - apple_touch_icon: "/apple-touch-icon.png" - safari_pinned_tab: "/logo.svg" + favicon: "favicon.ico" + favicon16x16: "favicon-16x16.png" + favicon32x32: "favicon-32x32.png" + apple_touch_icon: "apple-touch-icon.png" + safari_pinned_tab: "logo.svg" label: text: "TrudeWeb" - icon: /apple-touch-icon.png + icon: apple-touch-icon.png iconHeight: 35 # profile-mode @@ -69,7 +69,7 @@ params: enabled: true # needs to be explicitly set title: TrudeEH subtitle: "Software Developer • Computer Technician • Linux Enthusiast" - imageUrl: "/logo.jpg" + imageUrl: "logo.jpg" imageWidth: 120 imageHeight: 120 imageTitle: Trude Logo