Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/athul/archie.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorathul <athul8720@gmail.com>2020-04-11 17:53:10 +0300
committerathul <athul8720@gmail.com>2020-04-11 17:53:10 +0300
commitb22ea86f5ea26edeeddb29bc12b0f4a9fb284d22 (patch)
tree954cf46e44477343f084c2b566e5ba2e9d9bc901
parent248a66e7127a48a35f7e71f5f85ae9e5dc5d7d06 (diff)
Change to example.com in examplesite
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index cb4c3aa..8671583 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,4 +1,4 @@
-baseURL = "https://athul.github.io/archie/"
+baseURL = "https://example.com"
languageCode = "en-us"
title = "Archie"
theme="archie"