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