Skip to content

Commit 4cb2d6d

Browse files
committed
Update baseURL to include www
Signed-off-by: Thomas Cooper <code@tomcooper.dev>
1 parent 617d2cd commit 4cb2d6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hugo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL = 'https://streamshub.io'
1+
baseURL = 'https://www.streamshub.io/'
22
languageCode = 'en-us'
33
title = 'StreamsHub'
44

@@ -25,7 +25,7 @@ title = 'StreamsHub'
2525
workingFolderCurrent = true
2626

2727
[params]
28-
github_repo = "https://github.com/tomncooper/streamshub-site"
28+
github_repo = "https://github.com/streamshub/streamshub-site"
2929
offlineSearch = true
3030

3131
[params.ui]

0 commit comments

Comments
 (0)