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:15:31 +0300
committerSandro Leuchter <sandro.leuchter@dama.io>2020-02-13 04:15:31 +0300
commit6368dfb96fc72ae6c88cd383c5f313934a759948 (patch)
tree9c792cfb71d41b9b0889134e822cc62547598c85
parentb721b5f8128a3d82e4c64bb3d3c0527088c1f9bb (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 e9dd29b..c49b280 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"