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