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