/** @type {import('next').NextConfig} */ const nextConfig = { trailingSlash: true, skipTrailingSlashRedirect: true, } module.exports = nextConfig