/** @type {import('next').NextConfig} */ const nextConfig = { basePath: '/landingpage', images: { unoptimized: true, }, output: 'export', } export default nextConfig