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