feat: Remove hardcoded /gatekeeper base path, update image paths, and introduce configurable base URL and cookie domain for improved routing and session management.
All checks were successful
Monorepo Pipeline / 🧪 Quality Assurance (push) Successful in 3m4s
Monorepo Pipeline / 🚀 Release (push) Successful in 3m3s
Monorepo Pipeline / 🐳 Build & Push Images (push) Successful in 5m18s

This commit is contained in:
2026-02-06 13:54:47 +01:00
parent 6229f8e886
commit 7f9206ae77
3 changed files with 10 additions and 4 deletions

View File

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