diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2024-09-28 09:22:52 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2024-09-28 09:22:52 +0200 |
| commit | dcdd00bee35492181210cb36099e78a53f308a5b (patch) | |
| tree | c9bf46aa038bc0048e578e7758ad55084a622300 /netlify.toml | |
| parent | b7d8b42c20e36b5919608d0172a0d3303c440355 (diff) | |
| download | gohugo-theme-ed-dcdd00bee35492181210cb36099e78a53f308a5b.tar.gz | |
Fix misspelling
Diffstat (limited to 'netlify.toml')
| -rw-r--r-- | netlify.toml | 2 |
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' |
