This commit is contained in:
Bivekich
2025-08-06 12:51:55 +03:00
parent 162d96e9aa
commit 8ee7bc896d
4 changed files with 67 additions and 4 deletions

View File

@ -23,6 +23,7 @@ const nextConfig = {
},
],
},
output: 'standalone',
};
module.exports = nextConfig;