Forked from
Eclipse Working Groups / AsciiDoc WG / asciidoc.org
13 commits behind, 3 commits ahead of the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
netlify.toml 404 B
[build]
publish = "_site"
command = "npm run build"
[build.environment]
NODE_VERSION = "16"
[[headers]]
for = "/assets/css/files/*.woff2"
[headers.values]
Cache-Control = "public,max-age=604800"
# the following redirects get appended to the redirects defined in the _redirects file
[[redirects]]
from = "https://asciidoc.netlify.app/*"
to = "https://asciidoc.org/:splat"
status = 301
force = true