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