1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00
nix.dev/netlify.toml

13 lines
198 B
TOML
Raw Normal View History

2020-05-17 05:46:09 -04:00
[build]
publish = "build/html"
command = "make html"
2020-06-16 10:20:02 -04:00
[[redirects]]
from = "/en/latest/*"
to = "/:splat"
status = 302
[[redirects]]
from = "/en/stable/*"
to = "/:splat"
status = 302