summaryrefslogtreecommitdiffstats
path: root/netlify.toml
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2024-09-28 09:22:52 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2024-09-28 09:22:52 +0200
commitdcdd00bee35492181210cb36099e78a53f308a5b (patch)
treec9bf46aa038bc0048e578e7758ad55084a622300 /netlify.toml
parentb7d8b42c20e36b5919608d0172a0d3303c440355 (diff)
downloadgohugo-theme-ed-dcdd00bee35492181210cb36099e78a53f308a5b.tar.gz
Fix misspelling
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index d21d560..8cbd863 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -18,7 +18,7 @@
# here, but we recommend using the Netlify UI for sensitive
# values to keep them out of your source repository.
[context.production]
- command = 'hugo --source=exampleSite --baseURL ${URL} --destination ../public --minify; cp google68c3edfdb3673ddb.html ./piblic'
+ command = 'hugo --source=exampleSite --baseURL ${URL} --destination ../public --minify; cp google68c3edfdb3673ddb.html ./public'
[context.production.environment]
HUGO_ENV = 'production'