From c085d1ee1f06411894893c51db99e9ac294ccdea Mon Sep 17 00:00:00 2001 From: Eddy Chen <89349085+ecxyzzy@users.noreply.github.com> Date: Mon, 20 May 2024 17:33:43 -0700 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20zone=20root=20doesn't=20w?= =?UTF-8?q?ork?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/api/bronya.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/bronya.config.ts b/apps/api/bronya.config.ts index a810e9fe..236721d8 100644 --- a/apps/api/bronya.config.ts +++ b/apps/api/bronya.config.ts @@ -344,7 +344,7 @@ export async function main(): Promise { zoneName, hostedZoneId: process.env.HOSTED_ZONE_ID ?? "", }), - recordName: `${stage === "prod" ? "zone root" : `${stage}`}`, + recordName: `${stage === "prod" ? "" : `${stage}`}`, target: RecordTarget.fromAlias(new ApiGateway(synthesized.api)), });