From 97ecc8038df4774bdde09beed499d4c1622c7688 Mon Sep 17 00:00:00 2001 From: weru <onewesh@gmail.com> Date: Thu, 10 Sep 2020 23:24:06 +0000 Subject: [PATCH] modify path --- exampleSite/netlify.toml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml index ffce118..ff64f31 100644 --- a/exampleSite/netlify.toml +++ b/exampleSite/netlify.toml @@ -3,7 +3,7 @@ publish = "public" # command = "hugo --gc --minify" -command = "hugo --gc --minify --themesDir /opt/build/repo/" +command = "hugo --gc --minify --themesDir /opt/build/" [context.production.environment] HUGO_VERSION = "0.74.3" -- Gitblit v1.10.0