/** @type {import('next').NextConfig} */ const nextConfig = { output: 'export', basePath: '/demos/deweb2024' }; export default nextConfig;