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