diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2024-09-28 09:19:32 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2024-09-28 09:19:37 +0200 |
| commit | b7d8b42c20e36b5919608d0172a0d3303c440355 (patch) | |
| tree | 9077557891eaf539b0754825e63a04d0ef19f55f /netlify.toml | |
| parent | 7b985c59a5639a1568950b84157af6084babf903 (diff) | |
| download | gohugo-theme-ed-b7d8b42c20e36b5919608d0172a0d3303c440355.tar.gz | |
Add Google Search Console verification
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 6e37d47..d21d560 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' + command = 'hugo --source=exampleSite --baseURL ${URL} --destination ../public --minify; cp google68c3edfdb3673ddb.html ./piblic' [context.production.environment] HUGO_ENV = 'production' |
