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:12:50 +0300
committerSandro Leuchter <sandro.leuchter@dama.io>2020-02-13 04:12:50 +0300
commitb721b5f8128a3d82e4c64bb3d3c0527088c1f9bb (patch)
tree97e1b4c95cba19598fd741b09618b0fb9807bad3
parent4bde15156ea9fd53c490c7524b78dff9a8979f09 (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 962932c..e9dd29b 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"