25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

11 satır
281 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;