File tree 4 files changed +1505
-62
lines changed
4 files changed +1505
-62
lines changed Original file line number Diff line number Diff line change @@ -32,5 +32,3 @@ 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-netlify "
3
- functions = " out_functions "
4
- publish = " out_publish "
2
+ command = " yarn build"
3
+ [[ plugins ]]
4
+ package = " @netlify/plugin-nextjs "
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" ,
10
8
"preexport" : " next build" ,
11
9
"export" : " next export" ,
12
10
"serve" : " serve out" ,
17
15
"dotenv-defaults" : " ^2.0.1" ,
18
16
"gray-matter" : " ^4.0.2" ,
19
17
"next" : " ^10.0.0" ,
20
- "next-on-netlify" : " ^2.6.0" ,
21
18
"next-themes" : " ^0.0.8" ,
22
19
"next-tinacms-github" : " ^0.33.0" ,
23
20
"react" : " ^17.0.1" ,
31
28
"tinacms" : " ^0.33.0"
32
29
},
33
30
"devDependencies" : {
31
+ "@netlify/plugin-nextjs" : " ^1.0.2" ,
34
32
"@tailwindcss/forms" : " ^0.2.1" ,
35
33
"@tailwindcss/typography" : " ^0.3.1" ,
36
34
"@types/node" : " ^14.0.5" ,
You can’t perform that action at this time.
0 commit comments