Fix GitHub Pages deployment for custom domain

- Remove dynamic baseURL override in workflow that was causing double path issue
- Add CNAME file for disobey.dev custom domain
- Hugo will now use the baseURL configured in hugo.yaml

This fixes the 404 errors for CSS and assets at https://disobey.dev
This commit is contained in:
Claude
2025-11-06 12:15:50 +00:00
parent cde953bf9e
commit 6ae2900731
2 changed files with 1 additions and 1 deletions

View File

@@ -82,7 +82,6 @@ jobs:
hugo \
--gc \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/" \
--cacheDir "${{ runner.temp }}/hugo_cache"
- name: Cache save
id: cache-save

1
static/CNAME Normal file
View File

@@ -0,0 +1 @@
disobey.dev