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