tryna standalone build

This commit is contained in:
Nomi Nonsense (Nonszy) 2025-07-02 23:24:53 +07:00
parent 42adbc5a10
commit 25b503c466

View File

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