Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

11 строки
289 B

  1. /** @type {import('next').NextConfig} */
  2. const nextConfig = {
  3. // eslint: {
  4. // // Warning: This allows production builds to successfully complete even if
  5. // // your project has ESLint errors.
  6. // ignoreDuringBuilds: true,
  7. // },
  8. }
  9. module.exports = nextConfig