We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a696325 commit 312fde4Copy full SHA for 312fde4
netlify.toml
@@ -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