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"