ronniie.dev/next.config.ts
2025-10-02 01:06:23 +00:00

8 lines
157 B
TypeScript

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