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