next.config.mjs 92 B

1234
  1. /** @type {import('next').NextConfig} */
  2. const nextConfig = {};
  3. export default nextConfig;