Dejvino's Curriculum Vitae
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

next.config.js 115 B

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