fix baseURL for deployment

This commit is contained in:
missytake 2025-07-10 20:27:14 +02:00
parent bd85322b85
commit 955812666e
Signed by: missytake
GPG key ID: 04CC6658320518DF

View file

@ -3,8 +3,8 @@
"hugo-extended": "^0.147.9" "hugo-extended": "^0.147.9"
}, },
"scripts": { "scripts": {
"build": "hugo", "build": "hugo --baseURL https://quellcode.0x90.space",
"build:preview": "hugo --baseURL \"${DEPLOY_PRIME_URL:-/}\" --buildDrafts --buildFuture", "build:preview": "hugo --baseURL https://quellcode.0x90.space --buildDrafts --buildFuture",
"start": "hugo server" "start": "hugo server"
} }
} }