Skip to content

Commit 728ae08

Browse files
committed
fix: add trailing slash to baseURL and configure URL settings for GitHub Pages
This ensures proper image resolution and URL generation for subdirectory deployments.
1 parent 00e16ce commit 728ae08

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
baseURL = "https://d-oit.github.io/hinode-mod-image-lightbox-gallery"
1+
baseURL = "https://d-oit.github.io/hinode-mod-image-lightbox-gallery/"
2+
3+
# Ensure proper URL handling for subdirectory deployments
4+
canonifyURLs = true
5+
relativeURLs = false

0 commit comments

Comments
 (0)