mirror of
https://github.com/ajnart/homarr.git
synced 2025-10-30 10:06:04 +01:00
⬆️ Upgrade next.config.js for new NextJS version
This commit is contained in:
@@ -6,9 +6,5 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({
|
|||||||
|
|
||||||
module.exports = withBundleAnalyzer({
|
module.exports = withBundleAnalyzer({
|
||||||
reactStrictMode: false,
|
reactStrictMode: false,
|
||||||
eslint: {
|
|
||||||
ignoreDuringBuilds: true,
|
|
||||||
},
|
|
||||||
output: 'standalone',
|
output: 'standalone',
|
||||||
basePath: env.BASE_URL,
|
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user