File: netlify.toml

package info (click to toggle)
python-pyvista 0.46.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176,968 kB
  • sloc: python: 94,346; sh: 216; makefile: 70
file content (11 lines) | stat: -rw-r--r-- 185 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[[redirects]]
force = true
from = "/version/stable/*"
status = 301
to = "/:splat"

[[redirects]]
force = true
from = "/version/dev/*"
status = 301
to = "https://dev.pyvista.org/:splat"