Skip to content

Commit b51544a

Browse files
committed
Downgreade nextjs plugin to avoid opennextjs/opennextjs-netlify#1174
1 parent 0179c1b commit b51544a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

netlify.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@
44

55
[build.environment]
66
NODE_OPTIONS = "--max_old_space_size=4096"
7+
8+
[[plugins]]
9+
package = "@netlify/plugin-nextjs"
10+
11+
[[plugins]]
12+
package = "/scripts/zulip-notification"

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"eslint-config-next": "12.1.6",
4545
"husky": "^8.0.1",
4646
"prettier": "^2.6.2",
47-
"prop-types": "^15.8.1"
47+
"prop-types": "^15.8.1",
48+
"@netlify/plugin-nextjs": "3.9.2"
4849
}
4950
}

0 commit comments

Comments
 (0)