/** @type {import('next').NextConfig} */ const nextConfig = { // Deine sonstigen Next‑Optionen, z.B.: // reactStrictMode: true, // images: { domains: [...] }, // rewrites: async () => [ ... ], }; module.exports = nextConfig;