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

github.com/matcornic/hugo-theme-learn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Taylor <matthew.taylor@starlingbank.com>2020-09-10 17:49:48 +0300
committerMatthew Taylor <matthew.taylor@starlingbank.com>2020-09-10 17:49:48 +0300
commit6ab0c52ce5e04441ce197090cf069f277d12adb4 (patch)
tree2bbd046065237d7edc5814efddb2bdd248fd4912
parent66feffbd41e70eb4cd89e000867fac17dd687669 (diff)
Update netlify baseurl fixes #438fix-netlify-search
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index 37112b4..86d0450 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -8,7 +8,7 @@
HUGO_VERSION = "0.72.0"
[context.production.environment]
- HUGO_BASEURL = "https://learn.netlify.com/"
+ HUGO_BASEURL = "https://learn.netlify.app/"
[context.deploy-preview]
command = "hugo -s exampleSite -b $DEPLOY_PRIME_URL"