From eed2fec79309654a86e07b8acf92360992528ee0 Mon Sep 17 00:00:00 2001 From: Carlos Cruz Date: Tue, 14 Jun 2022 23:13:27 +0100 Subject: [PATCH] fix: netlify bundle --- .gitignore | 4 +++- apps/genetics/netlify.toml | 8 -------- apps/platform/netlify.toml | 8 -------- 3 files changed, 3 insertions(+), 17 deletions(-) delete mode 100644 apps/genetics/netlify.toml delete mode 100644 apps/platform/netlify.toml diff --git a/.gitignore b/.gitignore index 1d1bc2786..24f12d1fe 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,6 @@ yarn-error.log* .env.production.local # turbo -.turbo \ No newline at end of file +.turbo +# Local Netlify folder +.netlify diff --git a/apps/genetics/netlify.toml b/apps/genetics/netlify.toml deleted file mode 100644 index 93a33bc6c..000000000 --- a/apps/genetics/netlify.toml +++ /dev/null @@ -1,8 +0,0 @@ -[build] - publish = "bundle-genetics" - -# redirect to ensure longer urls still fetch index.html -[[redirects]] - from = "/*" - to = "/index.html" - status = 200 diff --git a/apps/platform/netlify.toml b/apps/platform/netlify.toml deleted file mode 100644 index b743175ff..000000000 --- a/apps/platform/netlify.toml +++ /dev/null @@ -1,8 +0,0 @@ -[build] - publish = "bundle-platform" - -# redirect to ensure longer urls still fetch index.html -[[redirects]] - from = "/*" - to = "/index.html" - status = 200