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