Dejvino's Curriculum Vitae
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.
 
 
 

7 satır
115 B

  1. /** @type {import('next').NextConfig} */
  2. const nextConfig = {
  3. output: 'export',
  4. }
  5. module.exports = nextConfig