mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2024-12-26 07:54:21 +01:00
26 lines
580 B
TOML
26 lines
580 B
TOML
[build]
|
|
publish = "public"
|
|
command = "hugo --minify"
|
|
|
|
[[headers]]
|
|
# Define which paths this specific [[headers]] block will cover.
|
|
for = "/.well-known/matrix/client"
|
|
[headers.values]
|
|
Access-Control-Allow-Origin = "*"
|
|
|
|
[context.production.environment]
|
|
HUGO_VERSION = "v0.129.0"
|
|
HUGO_ENV = "production"
|
|
HUGO_ENABLEGITINFO = "true"
|
|
|
|
[context.deploy-preview]
|
|
command = "hugo --minify"
|
|
|
|
[context.deploy-preview.environment]
|
|
HUGO_VERSION = "v0.129.0"
|
|
|
|
[context.branch-deploy]
|
|
command = "hugo"
|
|
|
|
[context.branch-deploy.environment]
|
|
HUGO_VERSION = "v0.129.0"
|