Files

11 lines
165 B
TypeScript
Raw Permalink Normal View History

2025-11-07 11:26:19 +01:00
import type { NextConfig } from 'next';
const nextConfig: NextConfig = {
output: 'export',
images: {
unoptimized: true,
},
};
export default nextConfig;