test ai solution

This commit is contained in:
Trance-0
2025-11-25 17:52:45 -06:00
parent 8120c0172f
commit 3393ce74ba
3 changed files with 8 additions and 3 deletions

View File

@@ -20,8 +20,13 @@ const bundleAnalyzer = withBundleAnalyzer({
})
export default bundleAnalyzer(withNextra({
output: 'standalone',
output: 'export',
trailingSlash: true,
images: {
unoptimized: true,
},
// eslint: {
// ignoreDuringBuilds: true,
// },