Skip to content

Commit 8a8e8c8

Browse files
committed
https to http (for now)
1 parent b62934b commit 8a8e8c8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[submodule "public"]
2+
path = public
3+
url = https://github.com/gopherdata/gopherdata.github.io.git
4+
branch = master

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseurl = "https://gopherdata.io"
1+
baseurl = "http://gopherdata.io"
22
title = "GopherData"
33
copyright = "© 2017 GopherData"
44
theme = "academic"

0 commit comments

Comments
 (0)