diff options
Diffstat (limited to 'infra')
| -rw-r--r-- | infra/app.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
