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:
-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"