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

github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurtis Timson <curt@live.co.uk>2018-05-14 12:57:25 +0300
committerCurtis Timson <curt@live.co.uk>2018-05-14 12:57:25 +0300
commit4943e35b08d63c2e46d7a580f4329da68e2aa6a6 (patch)
tree06d39ce60cfc39afb5408195861caaec1d56450d /exampleSite
parent7dd609fc1df81723a0abf4e818aa6273b9ca4a45 (diff)
Update exampleSite prod baseURL to Netlify
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config-prod.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config-prod.toml b/exampleSite/config-prod.toml
index 5e50c30..3888702 100644
--- a/exampleSite/config-prod.toml
+++ b/exampleSite/config-prod.toml
@@ -1,6 +1,6 @@
languageCode = "en-us"
title = "Massively"
-baseURL = "https://curttimson.github.io/hugo-theme-massively/"
+baseURL = "https://hugo-theme-massively.netlify.com/"
theme = "../.."
[params.posts]