mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2024-12-26 07:14:22 +01:00
Change: netlify config for the new theme
This commit is contained in:
parent
e8e2107b5a
commit
5bd434a3d5
1 changed files with 5 additions and 5 deletions
10
netlify.toml
10
netlify.toml
|
@ -3,17 +3,17 @@
|
|||
command = "hugo"
|
||||
|
||||
[context.production.environment]
|
||||
HUGO_VERSION = "0.80.0"
|
||||
HUGO_VERSION = "0.93.0"
|
||||
HUGO_ENV = "production"
|
||||
|
||||
[context.deploy-preview]
|
||||
command = "hugo -b $DEPLOY_PRIME_URL"
|
||||
command = "hugo --minify"
|
||||
|
||||
[context.deploy-preview.environment]
|
||||
HUGO_VERSION = "0.80.0"
|
||||
HUGO_VERSION = "0.93.0"
|
||||
|
||||
[context.branch-deploy]
|
||||
command = "hugo -b $DEPLOY_PRIME_URL"
|
||||
command = "hugo --minify"
|
||||
|
||||
[context.branch-deploy.environment]
|
||||
HUGO_VERSION = "0.80.0"
|
||||
HUGO_VERSION = "0.93.0"
|
||||
|
|
Loading…
Reference in a new issue