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