Skip to content

Commit

Permalink
fix: 🐛 zone root doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
ecxyzzy committed May 21, 2024
1 parent b2eb0b1 commit c085d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/bronya.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ export async function main(): Promise<App> {
zoneName,
hostedZoneId: process.env.HOSTED_ZONE_ID ?? "",
}),
recordName: `${stage === "prod" ? "zone root" : `${stage}`}`,
recordName: `${stage === "prod" ? "" : `${stage}`}`,
target: RecordTarget.fromAlias(new ApiGateway(synthesized.api)),
});

Expand Down

0 comments on commit c085d1e

Please sign in to comment.