/** @type {import('next').NextConfig} */ const nextConfig = { output: 'export', // Opzionale: se carichi il sito in una sottocartella (es. nome-repo su GitHub Pages) // basePath: '/nome-progetto', // images: { unoptimized: true }, // Obbligatorio se usi l'elemento di Next }; module.exports = nextConfig;