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

github.com/negrel/hugo-theme-pico.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Negrel <negrel.dev@protonmail.com>2021-02-06 20:56:44 +0300
committerAlexandre Negrel <negrel.dev@protonmail.com>2021-02-06 20:56:44 +0300
commita63133dad67170e82efe5f47850ab739b24f19d1 (patch)
tree60f9ea32f8a8fed97e191002225e3e038b15afba
parent1e3aee1ffcfa7b75946987bf25cf3b3bdd6d8a9a (diff)
removing baseURL of exampleSite/netlify.toml
-rw-r--r--exampleSite/netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml
index 2ee4121..409817e 100644
--- a/exampleSite/netlify.toml
+++ b/exampleSite/netlify.toml
@@ -1,5 +1,5 @@
[build]
-command = "hugo --gc -b $URL"
+command = "hugo --gc"
publish = "public/"
[context.production.environment]