2020-12-02 08:55:56 +01:00
|
|
|
[build]
|
|
|
|
publish = "public"
|
2024-02-11 19:21:43 +01:00
|
|
|
command = "hugo --minify"
|
2020-12-02 08:55:56 +01:00
|
|
|
|
2024-10-06 01:12:44 +02:00
|
|
|
[[headers]]
|
|
|
|
# Define which paths this specific [[headers]] block will cover.
|
|
|
|
for = "/.well-known/matrix/client"
|
|
|
|
[headers.values]
|
|
|
|
Access-Control-Allow-Origin = "*"
|
|
|
|
|
2020-12-02 08:55:56 +01:00
|
|
|
[context.production.environment]
|
2024-07-24 22:48:31 +02:00
|
|
|
HUGO_VERSION = "v0.129.0"
|
2020-12-02 08:55:56 +01:00
|
|
|
HUGO_ENV = "production"
|
2023-01-15 18:32:24 +01:00
|
|
|
HUGO_ENABLEGITINFO = "true"
|
2020-12-02 08:55:56 +01:00
|
|
|
|
|
|
|
[context.deploy-preview]
|
2022-03-19 14:17:09 +01:00
|
|
|
command = "hugo --minify"
|
2020-12-02 08:55:56 +01:00
|
|
|
|
|
|
|
[context.deploy-preview.environment]
|
2024-07-24 22:48:31 +02:00
|
|
|
HUGO_VERSION = "v0.129.0"
|
2020-12-02 08:55:56 +01:00
|
|
|
|
|
|
|
[context.branch-deploy]
|
2023-02-14 19:33:25 +01:00
|
|
|
command = "hugo"
|
2020-12-02 08:55:56 +01:00
|
|
|
|
|
|
|
[context.branch-deploy.environment]
|
2024-10-06 00:01:05 +02:00
|
|
|
HUGO_VERSION = "v0.129.0"
|