Files
imgproxy/netlify.toml
2022-02-16 20:54:37 +06:00

10 lines
138 B
TOML

[build]
base="/"
publish="docs/"
command="./build-docs-sitemap.sh"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200