блять забыл опцию теперь точно прод

This commit is contained in:
bon 2025-03-19 19:50:03 +03:00
parent 05b0e1c0d8
commit 849d44eb62

View file

@ -1,6 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
devIndicators: false
devIndicators: false,
output: "standalone",
};
export default nextConfig;