From 3f103a62f7594351a596dbee9215870cb9e7134d Mon Sep 17 00:00:00 2001 From: Kelvin Fichter Date: Thu, 15 Aug 2024 12:21:36 -0400 Subject: [PATCH] fix: remove netlify.toml We don't need this file anymore now that we've updated the main branch. --- netlify.toml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index 84471a0a1..000000000 --- a/netlify.toml +++ /dev/null @@ -1,20 +0,0 @@ -[context.production] - command = "rm -rf .next && pnpm run build" - publish = ".next" - - [[plugins]] - package = "@netlify/plugin-nextjs" - -[context.deploy-preview] - command = "rm -rf .next && pnpm run build" - publish = ".next" - - [[plugins]] - package = "@netlify/plugin-nextjs" - -[context."refresh-staging"] - command = "rm -rf .next && pnpm run build" - publish = ".next" - - [[plugins]] - package = "@netlify/plugin-nextjs"