summaryrefslogtreecommitdiffstats
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-05-27 00:57:53 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-05-27 00:57:53 +0200
commitc575fce5c1bd7e8eae889bfef63d459c0d80eb85 (patch)
tree1fba64481e15c88f1bd971dd02474f4649ff4e57 /exampleSite/config.toml
parent9928acae7d37b5b5126d820d6017bac53624b65d (diff)
downloadgohugo-theme-ed-c575fce5c1bd7e8eae889bfef63d459c0d80eb85.tar.gz
Fix baseURL fir sample site
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index f521c24..c151c16 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,4 +1,4 @@
-baseURL = 'https://example.com/'
+baseURL = 'https://gohugo-theme-ed.netlify.app/'
languageCode = 'en-us'
defaultContentLanguage = 'en'