Browse Source

Use HTTP for now

Xi Ruoyao 7 years ago
parent
commit
66b0f0714d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config.toml

+ 1 - 1
config.toml

@@ -1,4 +1,4 @@
-baseurl = "https://bf.mengyan1223.wang/blog/"  # End your URL with a `/` trailing slash, e.g. `https://example.com/`.
+baseurl = "http://bf.mengyan1223.wang/blog/"  # End your URL with a `/` trailing slash, e.g. `https://example.com/`.
 title = "Xry111's Blog"
 copyright = "© 2017 Xi Ruoyao"
 theme = "academic"