Clean up: Remove Electron configuration
This commit is contained in:
parent
ecf92f7762
commit
f682af6c10
@ -1,8 +1,5 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
// For Electron compatibility
|
||||
output: process.env.ELECTRON_BUILD === 'true' ? 'export' : undefined,
|
||||
distDir: '.next',
|
||||
eslint: {
|
||||
ignoreDuringBuilds: true,
|
||||
},
|
||||
@ -12,11 +9,6 @@ const nextConfig = {
|
||||
images: {
|
||||
unoptimized: true,
|
||||
},
|
||||
devIndicators: {
|
||||
buildActivity: false,
|
||||
buildActivityPosition: 'bottom-right',
|
||||
autoPrerender: false,
|
||||
},
|
||||
experimental: {
|
||||
webpackBuildWorker: true,
|
||||
parallelServerBuildTraces: true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user