We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3fcef commit b255cc2Copy full SHA for b255cc2
demos/middleware/netlify.toml
@@ -3,9 +3,6 @@ command = "npm run build"
3
publish = ".next"
4
ignore = "if [ $CACHED_COMMIT_REF == $COMMIT_REF ]; then (exit 1); else git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF ../..; fi;"
5
6
-[build.environment]
7
-NEXT_SPLIT_API_ROUTES = "true"
8
-
9
[[plugins]]
10
package = "@netlify/plugin-nextjs"
11
0 commit comments