diff --git a/next.config.mjs b/next.config.mjs index 0de242e..e033c97 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -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,