test ai solution
This commit is contained in:
@@ -20,8 +20,13 @@ const bundleAnalyzer = withBundleAnalyzer({
|
|||||||
})
|
})
|
||||||
|
|
||||||
export default bundleAnalyzer(withNextra({
|
export default bundleAnalyzer(withNextra({
|
||||||
output: 'standalone',
|
|
||||||
|
|
||||||
|
output: 'export',
|
||||||
|
trailingSlash: true,
|
||||||
|
images: {
|
||||||
|
unoptimized: true,
|
||||||
|
},
|
||||||
|
|
||||||
// eslint: {
|
// eslint: {
|
||||||
// ignoreDuringBuilds: true,
|
// ignoreDuringBuilds: true,
|
||||||
// },
|
// },
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next --turbopack",
|
"dev": "next --turbopack",
|
||||||
"build": "cross-env NODE_OPTIONS='--max-old-space-size=16384' next build",
|
"build": "cross-env NODE_OPTIONS='--max-old-space-size=16384' next build",
|
||||||
"build:distribute": "sh ./distribute/prebuild.sh && cross-env NODE_OPTIONS='--max-old-space-size=16384' next build",
|
"build:distribute": "sh ./distribute/prebuild.sh && cross-env NODE_OPTIONS='--max-old-space-size=8192' next build && next export",
|
||||||
"build:vercel": "cross-env VERCEL_FORCE_NO_BUILD_CACHE=1 NODE_OPTIONS='--max-old-space-size=16384' next build",
|
"build:vercel": "cross-env VERCEL_FORCE_NO_BUILD_CACHE=1 NODE_OPTIONS='--max-old-space-size=16384' next build",
|
||||||
"build:test": "cross-env ANALYZE=true NODE_OPTIONS='--inspect --max-old-space-size=4096' next build",
|
"build:test": "cross-env ANALYZE=true NODE_OPTIONS='--inspect --max-old-space-size=4096' next build",
|
||||||
"build:analyze": "cross-env ANALYZE=true NODE_OPTIONS='--max-old-space-size=16384' next build",
|
"build:analyze": "cross-env ANALYZE=true NODE_OPTIONS='--max-old-space-size=16384' next build",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
pages_build_output_dir= ".next/"
|
pages_build_output_dir= "out"
|
||||||
|
|
||||||
name = "notenextra"
|
name = "notenextra"
|
||||||
compatibility_date = "2025-02-13"
|
compatibility_date = "2025-02-13"
|
||||||
|
|||||||
Reference in New Issue
Block a user