aboutsummaryrefslogtreecommitdiff
path: root/exampleSite
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.yml4
-rw-r--r--exampleSite/netlify.toml5
2 files changed, 6 insertions, 3 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml
index 85c5e26..5015890 100644
--- a/exampleSite/config.yml
+++ b/exampleSite/config.yml
@@ -83,14 +83,14 @@ defaultContentLanguage: en
# What is the hostname or path to the root?
# Where is the site hosted?
#
-# 💥 cState & Hugo don’t support / in
+# 💥 cState & Hugo don’t support '/' in
# production use. It will break RSS
# feeds and breaks permalinks since
# version 3. If you are just testing,
# localhost should automatically work.
#
# Example: https://status.example.com/
-baseURL: https://status.example.com
+baseURL: https://cstate.mnts.lt
############################################################
# +------------------------------------------------------+ #
diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml
index e387e8c..d649777 100644
--- a/exampleSite/netlify.toml
+++ b/exampleSite/netlify.toml
@@ -11,4 +11,7 @@
NODE_ENV = "production"
[context.deploy-preview]
- command = "hugo"
+ command = "hugo -b $DEPLOY_PRIME_URL"
+
+[context.branch-deploy]
+ command = "hugo -b $DEPLOY_PRIME_URL" \ No newline at end of file