From 1c31c2dd977d6e1c3a8e2e33cb6d4717b7897e7a Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Tue, 2 Sep 2025 23:30:26 -0400 Subject: wip: zen --- infra/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infra') diff --git a/infra/app.ts b/infra/app.ts index e1e7b26c6..73e12350c 100644 --- a/infra/app.ts +++ b/infra/app.ts @@ -34,7 +34,7 @@ export const api = new sst.cloudflare.Worker("Api", { }) export const web = new sst.cloudflare.x.Astro("Web", { - domain, + domain: "docs." + domain, path: "packages/web", environment: { // For astro config -- cgit v1.2.3