From 1286635037b9f963caabf2ad9e3422e6ef248b6d Mon Sep 17 00:00:00 2001 From: Robin Kara Date: Sun, 1 Feb 2026 08:42:29 +0100 Subject: [PATCH] Adjust package.json and deploy.sh for /2026/ --- deploy.sh | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index c2a2fdc..23fd883 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,4 +1,4 @@ set -xe npm run build cd ../0x90-ansible -rsync -avz -e 'ssh -F ssh_config' ../quellcode.0x90.space/public/* www:/var/www/quellcode.0x90.space/2025/ +rsync -avz -e 'ssh -F ssh_config' ../quellcode.0x90.space/public/* www:/var/www/quellcode.0x90.space/2026/ diff --git a/package.json b/package.json index a81b41b..3b99645 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "hugo-extended": "^0.147.9" }, "scripts": { - "build": "hugo --baseURL https://quellcode.0x90.space/2025/", + "build": "hugo --baseURL https://quellcode.0x90.space/2026/", "build:preview": "hugo --baseURL https://quellcode.0x90.space --buildDrafts --buildFuture", "start": "hugo server" }