fix(hugo.yml): fix static assets path

This commit is contained in:
Hiiruki 2023-09-03 20:53:48 +07:00
parent b12b7570e9
commit e73eb22e06
No known key found for this signature in database
GPG Key ID: E40D7521AF5886C8

View File

@ -49,11 +49,11 @@ params:
assets:
disableHLJS: true # 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: "favicon.svg"
favicon: "/favicon.ico"
favicon16x16: "/favicon-16x16.png"
favicon32x32: "/favicon-32x32.png"
apple_touch_icon: "/apple-touch-icon.png"
safari_pinned_tab: "/favicon.svg"
# Home-info mode
homeInfoParams:
@ -65,7 +65,7 @@ params:
enabled: true # needs to be explicitly set
title: ひるき
subtitle: "_Astra inclinant, sed non obligant._"
imageUrl: "images/profile.webp"
imageUrl: "/images/profile.webp"
imageWidth: 120
imageHeight: 120
imageTitle: Hiiruki's Profile Picture