We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f311b9 commit 6690306Copy full SHA for 6690306
3 files changed
hugo.yaml
@@ -1,4 +1,4 @@
1
-baseURL: https://vanlug.github.io/
+baseURL: https://vanlug.ca/
2
locale: en-CA
3
languageCode: en-CA
4
title: "VanLUG: Vancouver Linux Users Group"
main.go
@@ -34,7 +34,7 @@ func main() {
34
35
siteURL := os.Getenv("SITE_URL")
36
if siteURL == "" {
37
- siteURL = "https://vanlug.github.io/"
+ siteURL = "https://vanlug.ca/"
38
}
39
40
mastodonServer := os.Getenv("MASTODON_SERVER")
static/CNAME
@@ -0,0 +1 @@
+vanlug.ca
0 commit comments