diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-06-01 00:05:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-01 00:05:02 +0200 |
| commit | 746cee8a90bf0ee41b756c003ea43ea3fd8e6353 (patch) | |
| tree | 47b53bddac32621086f7df564c5649a96db02499 /netlify.toml | |
| parent | 41df0128d69b344050ef12f2dcd884e635a3299f (diff) | |
| parent | 879035b1765580d5bc31c19efc343a392db3ca71 (diff) | |
| download | gohugo-theme-ed-746cee8a90bf0ee41b756c003ea43ea3fd8e6353.tar.gz | |
Merge pull request #3 from sergeyklay/feature/hugo-modules
Add missed go.sum for exampleSite
Diffstat (limited to 'netlify.toml')
| -rw-r--r-- | netlify.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/netlify.toml b/netlify.toml index 5e671c6..240d8aa 100644 --- a/netlify.toml +++ b/netlify.toml @@ -15,13 +15,13 @@ HUGO_ENV = 'production' [context.deploy-preview] - command = 'hugo --gc --minify ---buildDrafts --buildFuture -b $DEPLOY_PRIME_URL' + command = 'hugo --gc --minify --buildDrafts --buildFuture --baseURL $DEPLOY_PRIME_URL' [context.deploy-preview.environment] HUGO_VERSION = '0.99.1' [context.branch-deploy] - command = 'hugo --gc --minify -b $DEPLOY_PRIME_URL' + command = 'hugo --gc --minify --baseURL $DEPLOY_PRIME_URL' [context.branch-deploy.environment] HUGO_VERSION = '0.99.1' |
