Skip to content

Commit b4139fc

Browse files
committed
Add explicit site URL to resolve site generation issues on GitHub side.
1 parent 032ecba commit b4139fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ email: jpsacha@gmail.com
1818
description: >- # this means to ignore newlines until "baseurl:"
1919
The ImageJ Plugins project is a source of custom plugins for the ImageJ software package.
2020
baseurl: "" # the subpath of your site, e.g. /blog
21-
url: "" # the base hostname & protocol for your site, e.g. http://example.com
21+
url: "https://ij-plugins.github.io/" # the base hostname & protocol for your site, e.g. http://example.com
2222
github_username: ij-plugins
2323

2424
# Build settings

0 commit comments

Comments
 (0)