import type { NextConfig } from "next"; const nextConfig: NextConfig = { skipTrailingSlashRedirect: true, }; export default nextConfig;