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

github.com/cdeck3r/OneDly-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcdeck3r <cdecker@outlook.de>2019-08-06 18:15:00 +0300
committercdeck3r <cdecker@outlook.de>2019-08-06 18:15:00 +0300
commit9179386457877e8904b4446309fdcd1503e83b73 (patch)
treec13ab0dc439aea3f7d57677b9185bc179a633c4c
parent85e63bf3b054ca329159563a74740af3f3648540 (diff)
Add trailing / to baseURL
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index ef4b40c..f23e52c 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,4 +1,4 @@
-baseurl = "https://example.com"
+baseurl = "https://example.com/"
languageCode = "en-us"
title = "OneDly Project"
theme = "onedly"