12 lines
226 B
TOML
12 lines
226 B
TOML
|
[build]
|
||
|
publish = "_site"
|
||
|
command = "npm run build"
|
||
|
environment = { BUILD_DRAFTS = false }
|
||
|
|
||
|
[[headers]]
|
||
|
for = "/feed.xml"
|
||
|
|
||
|
[headers.values]
|
||
|
Content-Type = "application/xml; charset=utf-8"
|
||
|
x-content-type-options = "nosniff"
|