This commit is contained in:
Trance-0
2025-11-14 11:15:12 -06:00
parent 1b75ef050f
commit 0597afb511
14 changed files with 746 additions and 411 deletions

View File

@@ -21,9 +21,17 @@ const bundleAnalyzer = withBundleAnalyzer({
export default bundleAnalyzer(withNextra({
output: 'standalone',
eslint: {
ignoreDuringBuilds: true,
},
// static export start
// output: 'export',
// images: {
// unoptimized: true // mandatory, otherwise won't export
// },
// static export end
// eslint: {
// ignoreDuringBuilds: true,
// },
// compiler: {
// // enable console log in production
// removeConsole: false,