File tree 5 files changed +105
-106
lines changed
5 files changed +105
-106
lines changed Original file line number Diff line number Diff line change 2
2
/// <reference types="next/image-types/global" />
3
3
4
4
// NOTE: This file should not be edited
5
- // see https://nextjs.org/docs/pages/api-reference/config /typescript for more information.
5
+ // see https://nextjs.org/docs/pages/building-your-application/configuring /typescript for more information.
Original file line number Diff line number Diff line change 1
- import type { NextConfig } from "next" ;
2
-
3
- const nextConfig : NextConfig = {
4
- trailingSlash : true ,
5
- reactStrictMode : true ,
6
- transpilePackages : [ "qmongjs" ] ,
1
+ module . exports = {
2
+ output : "export" ,
7
3
images : {
8
4
loader : "custom" ,
9
5
} ,
10
- output : "export" ,
6
+ trailingSlash : true ,
7
+ reactStrictMode : true ,
8
+ transpilePackages : [ "qmongjs" ] ,
11
9
experimental : {
12
10
largePageDataBytes : 1024 * 1000 ,
13
11
} ,
14
12
} ;
15
-
16
- export default nextConfig ;
Original file line number Diff line number Diff line change 41
41
"decap-cms-core" : " 3.6.1" ,
42
42
"gray-matter" : " 4.0.3" ,
43
43
"lodash" : " 4.17.21" ,
44
- "next" : " 15 .2.4 " ,
44
+ "next" : " 14 .2.25 " ,
45
45
"next-query-params" : " 5.1.0" ,
46
46
"qmongjs" : " *" ,
47
- "react" : " 19.1.0 " ,
47
+ "react" : " 18.3.1 " ,
48
48
"react-icons" : " 5.5.0" ,
49
49
"react-spring" : " 9.7.5" ,
50
50
"rehype-raw" : " 7.0.0" ,
Original file line number Diff line number Diff line change 50
50
"d3" : " 7.9.0" ,
51
51
"d3-format" : " 3.1.0" ,
52
52
"lodash" : " 4.17.21" ,
53
- "next" : " 15 .2.4 " ,
54
- "react" : " 19.1.0 " ,
55
- "react-dom" : " 19.1.0 " ,
53
+ "next" : " 14 .2.25 " ,
54
+ "react" : " 18.3.1 " ,
55
+ "react-dom" : " 18.3.1 " ,
56
56
"react-icons" : " 5.5.0" ,
57
57
"react-select" : " 5.10.1" ,
58
58
"resize-observer-polyfill" : " 1.5.1" ,
You can’t perform that action at this time.
0 commit comments