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