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:
Diffstat (limited to 'netlify.toml')
-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"