From 0181beeae41e9abfb05cbc17f56a6d7e2760f0dd Mon Sep 17 00:00:00 2001 From: Jessie Keck <jessie.keck@gmail.com> Date: Wed, 16 Jan 2019 14:10:58 -0800 Subject: [PATCH] Add a configuration file for Netlify to redirect to our integration testing harness at the root. --- netlify.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 000000000..5755a6e4f --- /dev/null +++ b/netlify.toml @@ -0,0 +1,6 @@ +# This is the configuration file for the netlify preview deploys +# See https://www.netlify.com/docs/netlify-toml-reference/ for more + +[[redirects]] + from = "/" + to = "/__tests__/integration/mirador/" -- GitLab