portfolio/next.config.ts
2024-12-22 13:52:15 +01:00

7 lines
131 B
TypeScript

import type { NextConfig } from 'next';
const nextConfig: NextConfig = {
output: 'standalone',
};
export default nextConfig;