This commit is contained in:
Trance-0
2025-11-24 16:11:57 -06:00
parent 8b579a7873
commit 1c54bf0b26
25 changed files with 2185 additions and 90 deletions

View File

@@ -21,13 +21,6 @@ const bundleAnalyzer = withBundleAnalyzer({
export default bundleAnalyzer(withNextra({
output: 'standalone',
// static export start
// output: 'export',
// images: {
// unoptimized: true // mandatory, otherwise won't export
// },
// static export end
// eslint: {
// ignoreDuringBuilds: true,