next.config.mjs 121 B

123456
  1. /** @type {import('next').NextConfig} */
  2. const nextConfig = {
  3. /* config options here */
  4. };
  5. export default nextConfig;