less edgy config (ci)

This commit is contained in:
Igor Loskutov
2025-09-04 11:48:26 -04:00
parent 2811540d9a
commit 3e629a1ace

View File

@@ -32,7 +32,7 @@ export function edgeDomainToKey(domain: string) {
export async function getConfig() {
const domain = new URL(process.env.NEXT_PUBLIC_SITE_URL!).hostname;
if (isCI) {
if (isCI || isBuildPhase) {
// "noop"
return require("../../config-template").localConfig;
}