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