first commit

This commit is contained in:
2026-06-11 13:30:31 +03:30
parent e4dce4491c
commit 6b1c7a656d
3 changed files with 73 additions and 1 deletions
+4 -1
View File
@@ -1,3 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
output: "standalone",
};
export default nextConfig;