This commit is contained in:
Trance-0
2025-11-19 14:44:05 -06:00
parent 1fac4c46fa
commit aca1e0698b
11 changed files with 17 additions and 482 deletions

View File

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