Skip to content

Commit 6690306

Browse files
committed
refactor: Switch to using custom domain
Signed-off-by: Felicitas Pojtinger <felicitas@pojtinger.com>
1 parent 5f311b9 commit 6690306

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL: https://vanlug.github.io/
1+
baseURL: https://vanlug.ca/
22
locale: en-CA
33
languageCode: en-CA
44
title: "VanLUG: Vancouver Linux Users Group"

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func main() {
3434

3535
siteURL := os.Getenv("SITE_URL")
3636
if siteURL == "" {
37-
siteURL = "https://vanlug.github.io/"
37+
siteURL = "https://vanlug.ca/"
3838
}
3939

4040
mastodonServer := os.Getenv("MASTODON_SERVER")

static/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vanlug.ca

0 commit comments

Comments
 (0)