/** @type {import('next').NextConfig} */ const nextConfig = { output: 'export', distDir: 'dist', basePath: '/html', assetPrefix: '/html/', }; export default nextConfig;