блять забыл опцию теперь точно прод
This commit is contained in:
parent
05b0e1c0d8
commit
849d44eb62
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
devIndicators: false
|
||||
devIndicators: false,
|
||||
output: "standalone",
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
|
Loading…
Add table
Reference in a new issue