Update next.config.ts

This commit is contained in:
Ronnie 2025-10-02 01:06:23 +00:00
parent 5cd110fd1a
commit 5113694da2

View file

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