Config standalone
This commit is contained in:
parent
c0078db82f
commit
ad3ee27529
@ -1,4 +1,6 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {};
|
||||
const nextConfig = {
|
||||
output: "standalone",
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user