Skip to content

v1.0.1

Choose a tag to compare

@fadli0029 fadli0029 released this 09 Dec 07:59
· 5 commits to main since this release

Bug fix release.

Fixed

  • Images now load correctly on subdirectory deployments (e.g., GitHub Project Pages)

Technical Details

Added custom image render hook that properly constructs URLs using Site.BaseURL. Hugo's built-in relURL/absURL functions don't work correctly with --baseURL overrides for subdirectory deployments.