portamador-landing-site/next.config.ts

9 lines
157 B
TypeScript
Raw Permalink Normal View History

2025-09-21 23:03:02 +02:00
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: 'standalone',
2025-09-21 23:03:02 +02:00
/* config options here */
};
export default nextConfig;