File tree 4 files changed +62
-1500
lines changed
4 files changed +62
-1500
lines changed Original file line number Diff line number Diff line change @@ -32,3 +32,5 @@ yarn-error.log*
32
32
33
33
# netlify
34
34
.netlify
35
+ /out_publish /
36
+ /out_functions /
Original file line number Diff line number Diff line change 1
1
[build ]
2
- command = " yarn build"
3
- [[ plugins ]]
4
- package = " @netlify/plugin-nextjs "
2
+ command = " yarn build-netlify "
3
+ functions = " out_functions "
4
+ publish = " out_publish "
Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"dev" : " next dev" ,
7
7
"build" : " next build" ,
8
+ "build-netlify" : " next build" ,
9
+ "postbuild-netlify" : " next-on-netlify" ,
8
10
"preexport" : " next build" ,
9
11
"export" : " next export" ,
10
12
"serve" : " serve out" ,
28
30
"tinacms" : " ^0.33.0"
29
31
},
30
32
"devDependencies" : {
31
- "@netlify/plugin-nextjs" : " ^1.0.2" ,
32
33
"@tailwindcss/forms" : " ^0.2.1" ,
33
34
"@tailwindcss/typography" : " ^0.3.1" ,
34
35
"@types/node" : " ^14.0.5" ,
35
36
"@types/react" : " ^17.0.0" ,
36
37
"autoprefixer" : " ^10.1.0" ,
38
+ "next-on-netlify" : " ^2.6.3" ,
37
39
"postcss" : " ^8.2.0" ,
38
40
"serve" : " ^11.3.2" ,
39
41
"tailwindcss" : " ^2.0.1" ,
You can’t perform that action at this time.
0 commit comments