first commit

This commit is contained in:
2026-04-23 20:29:41 +03:30
parent 889e3f9213
commit 29768f497e
4 changed files with 110 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: "standalone",
};
export default nextConfig;