v1.0.1
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.