Browse Source

Correct baseURL

Sacha Ligthert 3 năm trước cách đây
mục cha
commit
7cc34dfe83
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      site/config.toml

+ 1 - 1
site/config.toml

@@ -1,4 +1,4 @@
-baseURL = "blog.ligthert.net"
+baseURL = "https://blog.ligthert.net"
 languageCode = "en-us"
 title = "Sacha's Blog"
 theme = "m10c"