import type { NextConfig } from 'next';
const nextConfig: NextConfig = {
trailingSlash: false,
};
export default nextConfig;