diff options
author | Yigit Sever | 2021-04-15 13:11:13 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-15 13:11:13 +0300 |
commit | cd6839a3c6596f5e4197c6696b95efbf0c76d2ca (patch) | |
tree | 430507144250fd5b2151a30376dff4f42ffe3d8f /site/config.toml | |
parent | 57d833094c4e5f54d2a8ad8816595eea7ddc21de (diff) | |
download | gradecoin-cd6839a3c6596f5e4197c6696b95efbf0c76d2ca.tar.gz gradecoin-cd6839a3c6596f5e4197c6696b95efbf0c76d2ca.tar.bz2 gradecoin-cd6839a3c6596f5e4197c6696b95efbf0c76d2ca.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 | ||