From 6c9ec43bdddd17ebb7e5c05893d2948ae85d9376 Mon Sep 17 00:00:00 2001 From: Kevin Lamping Date: Fri, 9 Mar 2018 13:59:46 -0600 Subject: [PATCH] attempt #4 --- _redirects | 1 - netlify.toml | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 _redirects diff --git a/_redirects b/_redirects deleted file mode 100644 index ad37e2c2c9d58..0000000000000 --- a/_redirects +++ /dev/null @@ -1 +0,0 @@ -/* /index.html 200 diff --git a/netlify.toml b/netlify.toml index 2a4deddf9c898..a35738b2b2542 100644 --- a/netlify.toml +++ b/netlify.toml @@ -6,7 +6,7 @@ publish = "fixtures/dom/build" command = "yarn build --type=UMD_DEV && cd fixtures/dom/ && yarn && yarn prestart && yarn build" -# [[redirects]] -# from = "/*" -# to = "/index.html" -# status = 200 +[[redirects]] + from = "/*" + to = "/index.html" + status = 200