Files
beWerbung-2025/next.config.ts
T

11 lines
165 B
TypeScript
Raw Normal View History

2025-12-18 09:11:47 +01:00
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: 'export',
2025-12-18 09:11:47 +01:00
images: {
unoptimized: true,
2025-12-18 09:11:47 +01:00
},
};
export default nextConfig;