From 7843bbe4a0fd395ec3a3daf7396339684a6fcc73 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Sun, 15 Apr 2018 07:47:01 -0700 Subject: [PATCH] Testing a 200 redirect proxy --- static/_redirects | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/_redirects b/static/_redirects index 7db75e0c..c2bbbaca 100644 --- a/static/_redirects +++ b/static/_redirects @@ -1,2 +1,5 @@ /html-jsx.html http://magic.reactjs.net/htmltojsx.htm 301 -/tips/controlled-input-null-value.html /docs/forms.html#controlled-input-null-value \ No newline at end of file +/tips/controlled-input-null-value.html /docs/forms.html#controlled-input-null-value + +## Testing +/version/16.2.0/* https://5abc31d8be40f1556f06c4be--reactjs.netlify.com/:splat 200 \ No newline at end of file