mirror of
https://github.com/10h30/astroplate.git
synced 2026-06-05 15:08:00 +09:00
16 lines
379 B
TOML
Executable File
16 lines
379 B
TOML
Executable File
[build]
|
|
publish = "dist"
|
|
command = "yarn build"
|
|
|
|
[build.environment]
|
|
NODE_VERSION = "18"
|
|
|
|
[[headers]]
|
|
for = "/*" # This defines which paths this specific [[headers]] block will cover.
|
|
|
|
# [headers.values]
|
|
# X-Frame-Options = "DENY"
|
|
# X-XSS-Protection = "1; mode=block"
|
|
# Referrer-Policy = "same-origin"
|
|
# Strict-Transport-Security = "max-age=31536000; includeSubDomains; preload"
|