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