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