homepage content, add images to homepage, RBLicht site tweaks

This commit is contained in:
Rik Berkelder 2025-12-12 17:29:15 +01:00
parent 30a4f79d6d
commit bcd9047b4a
4 changed files with 95 additions and 36 deletions

View file

@ -1,6 +1,6 @@
export default function () {
return {
title: "Rik Berkelder",
title: process.env.site === "rblicht" ? "RBLicht" : "Rik Berkelder",
url: process.env.site == "rblicht" ? "https://rblicht.nl" : "https://riksolo.com",
author: "Rik Berkelder",
site: process.env.SITE || 'default'