Skip to content

Commit 312fde4

Browse files
committed
docs: nesting VTU docs under /v2/
1 parent a696325 commit 312fde4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

netlify.toml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[[redirects]]
2+
from = "/v2/*"
3+
to = "https://vue-test-utils-next-docs.netlify.app/:splat"
4+
status = 200
5+
force = true # COMMENT: ensure that we always redirect
6+
headers = {X-From = "Netlify"}

0 commit comments

Comments
 (0)