1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2024-11-24 08:12:38 +02:00
imgproxy/netlify.toml

10 lines
138 B
TOML
Raw Normal View History

2021-06-18 15:13:56 +02:00
[build]
2022-02-16 16:54:37 +02:00
base="/"
publish="docs/"
command="./build-docs-sitemap.sh"
2021-06-18 15:13:56 +02:00
[[redirects]]
from = "/*"
to = "/index.html"
status = 200