Skip to content

Commit e7f5dff

Browse files
committed
fix: update baseURL for GitHub Pages deployment
1 parent 691f45f commit e7f5dff

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
<a href="https://gethinode.com" alt="Hinode theme">
1515
<img src="https://img.shields.io/badge/theme-hinode-blue">
1616
</a>
17-
<a href="https://github.com/gethinode/mod-template/commits/main" alt="Last commit">
17+
<a href="https://github.com/d-oit/hinode-mod-image-lightbox-gallery/commits/main" alt="Last commit">
1818
<img src="https://img.shields.io/github/last-commit/gethinode/mod-template.svg">
1919
</a>
20-
<a href="https://github.com/gethinode/mod-template/issues" alt="Issues">
20+
<a href="https://github.com/d-oit/hinode-mod-image-lightbox-gallery/issues" alt="Issues">
2121
<img src="https://img.shields.io/github/issues/gethinode/mod-template.svg">
2222
</a>
23-
<a href="https://github.com/gethinode/mod-template/pulls" alt="Pulls">
23+
<a href="https://github.com/d-oit/hinode-mod-image-lightbox-gallery/pulls" alt="Pulls">
2424
<img src="https://img.shields.io/github/issues-pr-raw/gethinode/mod-template.svg">
2525
</a>
26-
<a href="https://github.com/gethinode/mod-template/blob/main/LICENSE" alt="License">
27-
<img src="https://img.shields.io/github/license/gethinode/mod-template">
26+
<a href="https://github.com/d-oit/hinode-mod-image-lightbox-gallery/blob/main/LICENSE" alt="License">
27+
<img src="https://img.shields.io/github/license/d-oit/hinode-mod-image-lightbox-gallery">
2828
</a>
2929
</p>
3030

exampleSite/hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ languageCode = "en-us"
22
defaultContentLanguage = "en"
33
title = 'Test site for - mod-image-lightbox-gallery -'
44
timeout = "180s"
5-
baseURL = "https://d-oit.github.io/"
5+
baseURL = "https://d-oit.github.io/hinode-mod-image-lightbox-gallery/"
66

77

88
[module]

0 commit comments

Comments
 (0)