mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 13:05:36 +01:00
Update next.config.js
To resolve the runtime error:warn - "next start" does not work with "output: standalone" configuration. Use "node .next/standalone/server.js" instead.
This commit is contained in:
parent
7be4d56bf7
commit
391971794b
1 changed files with 0 additions and 1 deletions
|
|
@ -78,7 +78,6 @@ const config = {
|
||||||
isProduction: process.env.NODE_ENV === 'production',
|
isProduction: process.env.NODE_ENV === 'production',
|
||||||
},
|
},
|
||||||
basePath: process.env.BASE_PATH,
|
basePath: process.env.BASE_PATH,
|
||||||
output: 'standalone',
|
|
||||||
eslint: {
|
eslint: {
|
||||||
ignoreDuringBuilds: true,
|
ignoreDuringBuilds: true,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue