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

github.com/tastaturtier/someparts-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandro Leuchter <sandro.leuchter@dama.io>2020-02-13 04:08:57 +0300
committerSandro Leuchter <sandro.leuchter@dama.io>2020-02-13 04:08:57 +0300
commitb692ca37ae2c67a6e39acb12363576da74fd1a42 (patch)
treede4fc32e0a3466116108131f0c7b6ea22b6e3a9b
parentc88ee07a05bcf136fd65145d5ff3b70ea445b467 (diff)
example.com as baseURL w/ netlify deployment under /
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index aed0edc..30d205b 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,6 +1,6 @@
[build]
publish = "exampleSite/public"
- command = "cd exampleSite && sed -i s/https\:\/\/example\.com\//${URL}\//g config.yaml && hugo --gc --themesDir ../.."
+ command = "cd exampleSite && sed -i \"s/https\:\/\/example\.com\//${URL}\//g\" config.yaml && hugo --gc --themesDir ../.."
[build.environment]
HUGO_VERSION = "0.63.2"