File tree Expand file tree Collapse file tree 4 files changed +76
-3004
lines changed Expand file tree Collapse file tree 4 files changed +76
-3004
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,12 +6,6 @@ publish = ".next"
66[[plugins ]]
77package = " @netlify/plugin-nextjs"
88
9- [[plugins ]]
10- package = " @netlify-labs/plugin-next-edge"
11-
12- [[plugins ]]
13- package = " @netlify-labs/plugin-edge-handlers-test"
14-
159[[redirects ]]
1610from = " /_next/static/*"
1711to = " /static/:splat"
Original file line number Diff line number Diff line change 22 "scripts" : {
33 "dev" : " yarn next dev" ,
44 "build" : " yarn next build" ,
5- "start" : " yarn next start" ,
6- "ntl" : " ntl-internal"
5+ "start" : " yarn next start"
76 },
87 "dependencies" : {
98 "ms" : " 2.1.3" ,
1211 "react-dom" : " ^18.0.0"
1312 },
1413 "devDependencies" : {
15- "@netlify-labs/cli-internal" : " ^1.0.17" ,
16- "@netlify-labs/plugin-next-edge" : " ^0.0.4" ,
1714 "@netlify/build" : " ^26.3.14" ,
1815 "@netlify/functions" : " ^1.0.0" ,
19- "@netlify/plugin-nextjs" : " ^4.3 .0" ,
16+ "@netlify/plugin-nextjs" : " ^4.4 .0" ,
2017 "@types/fs-extra" : " ^9.0.13" ,
2118 "fs-extra" : " ^10.0.1"
2219 }
You can’t perform that action at this time.
0 commit comments