summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--infra/stage.ts10
1 files changed, 5 insertions, 5 deletions
diff --git a/infra/stage.ts b/infra/stage.ts
index 7ec91e9ac..729422905 100644
--- a/infra/stage.ts
+++ b/infra/stage.ts
@@ -6,8 +6,8 @@ export const domain = (() => {
export const zoneID = "430ba34c138cfb5360826c4909f99be8"
-// new cloudflare.RegionalHostname("RegionalHostname", {
-// hostname: domain,
-// regionKey: "us",
-// zoneId: zoneID,
-// })
+new cloudflare.RegionalHostname("RegionalHostname", {
+ hostname: domain,
+ regionKey: "us",
+ zoneId: zoneID,
+})