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