move towards this only becoming rblicht

This commit is contained in:
Rik Berkelder 2026-05-19 16:54:27 +02:00
parent fa0b258c8d
commit 2a8565a84b
2 changed files with 4 additions and 3 deletions

View file

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