init
All checks were successful
Build and Release / release (push) Successful in 39s

This commit is contained in:
2026-04-20 09:40:59 +07:00
parent 2508172489
commit 780bb9609a
4 changed files with 75 additions and 0 deletions

View File

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