diff options
author | Yigit Sever | 2021-04-15 13:11:13 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-15 13:11:13 +0300 |
commit | 44c9e85fb2440e397514d5103f4647155ba5611b (patch) | |
tree | 13065a823f9ae30e505fd78ea04dc9eb80f10287 /site/config.toml | |
parent | f86e4308398c52622ccb2fbc3851745cba01ddb9 (diff) | |
download | gradecoin-44c9e85fb2440e397514d5103f4647155ba5611b.tar.gz gradecoin-44c9e85fb2440e397514d5103f4647155ba5611b.tar.bz2 gradecoin-44c9e85fb2440e397514d5103f4647155ba5611b.zip |
Move on to production
Diffstat (limited to 'site/config.toml')
-rw-r--r-- | site/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/config.toml b/site/config.toml index 8754d85..9ade2a8 100644 --- a/site/config.toml +++ b/site/config.toml | |||
@@ -1,5 +1,5 @@ | |||
1 | # The URL the site will be built for | 1 | # The URL the site will be built for |
2 | base_url = "http://localhost:8080" | 2 | base_url = "https://gradecoin.xyz" |
3 | 3 | ||
4 | theme = "juice" | 4 | theme = "juice" |
5 | 5 | ||