/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, trailingSlash: true, // This image loader supports `next export`, for optimizing next tags images: { loader: 'akamai', path: '', }, } module.exports = nextConfig