diff --git a/packages/gatekeeper/next.config.ts b/packages/gatekeeper/next.config.ts index 4e2de7b..6757285 100644 --- a/packages/gatekeeper/next.config.ts +++ b/packages/gatekeeper/next.config.ts @@ -2,7 +2,7 @@ import mintelNextConfig from "@mintel/next-config"; import { NextConfig } from "next"; const nextConfig: NextConfig = { - // Gatekeeper specific overrides + basePath: '/gatekeeper', }; export default mintelNextConfig(nextConfig);