Add BASE_URL config
All checks were successful
Building & Deploying Website / Deploy-Website (push) Successful in 19s

This commit is contained in:
2025-11-05 22:04:48 +01:00
parent 23c5e59393
commit 4277ab3103
3 changed files with 4 additions and 6 deletions

View File

@@ -19,7 +19,9 @@ jobs:
# extended: true
- name: Build
run: hugo --minify
run: hugo -b $BASE_URL --minify
env:
DOMAIN: ${{ vars.BASE_URL }}
- name: "Publish"
run: |