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

github.com/leonardofaria/bento.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Faria <leonardofaria@gmail.com>2020-07-29 08:33:31 +0300
committerLeonardo Faria <leonardofaria@gmail.com>2020-07-29 08:33:31 +0300
commit21152d6f51e58a1451effbf602990da5a0057f62 (patch)
treeb047d2d86d824ae30df2f8a808a0f7242e196978
parent8e1e9fc3f13f9c4b6361016ecddbc27b206bbf46 (diff)
Change base urlv1.0.01.0.0
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index 9b7c98c..242f1de 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,6 +1,6 @@
[build]
publish = "."
- command = "cd .. && mv repo bento && cd bento && yarn build:example && cp -r exampleSite/public ../repo"
+ command = "cd .. && mv repo bento && cd bento && HUGO_BASEURL=https://bento-hugo-theme.netlify.app/ yarn build:example && cp -r exampleSite/public ../repo"
[build.environment]
HUGO_VERSION = "0.73.0"