module.exports = { reactStrictMode: true, rewrites: async () => ({ fallback: [ { source: "/:path*", destination: "/api/proxy/:path*", }, ], }), };