test ai solution
This commit is contained in:
@@ -20,8 +20,13 @@ const bundleAnalyzer = withBundleAnalyzer({
|
||||
})
|
||||
|
||||
export default bundleAnalyzer(withNextra({
|
||||
output: 'standalone',
|
||||
|
||||
output: 'export',
|
||||
trailingSlash: true,
|
||||
images: {
|
||||
unoptimized: true,
|
||||
},
|
||||
|
||||
// eslint: {
|
||||
// ignoreDuringBuilds: true,
|
||||
// },
|
||||
|
||||
Reference in New Issue
Block a user