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