import mintelNextConfig from "@mintel/next-config"; import { NextConfig } from "next"; const nextConfig: NextConfig = { basePath: "/gatekeeper", }; export default mintelNextConfig(nextConfig);