Set base URL for netlify deploy

This commit is contained in:
dzello
2019-02-02 17:16:58 +00:00
parent 9a0085f79d
commit 0f5f8e61a2
+1 -1
View File
@@ -1,5 +1,5 @@
[build]
command = "hugo -s exampleSite"
command = "hugo -b $URL -s exampleSite"
publish = "exampleSite/public"
[context.production.environment]