Attempt to fix relative path for images

This commit is contained in:
2024-05-30 01:27:46 +01:00
parent 8bdbe468da
commit b892fdfa3b

View File

@@ -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