Dejvino's Curriculum Vitae
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 

7 wiersze
115 B

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