mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: next js config to standalone mode
This commit is contained in:
parent
46336bd0e6
commit
79845c4f0a
@ -1,9 +1,14 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const path = require('path')
|
||||
|
||||
const nextConfig = {
|
||||
reactStrictMode: false,
|
||||
swcMinify: true,
|
||||
experimental: {
|
||||
outputFileTracingRoot: path.join(__dirname, "../../"),
|
||||
appDir: true,
|
||||
},
|
||||
output: 'standalone'
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
|
Loading…
Reference in New Issue
Block a user