diff options
Diffstat (limited to 'infra/app.ts')
| -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 73e12350c..465ed9052 100644 --- a/infra/app.ts +++ b/infra/app.ts @@ -33,7 +33,7 @@ export const api = new sst.cloudflare.Worker("Api", { }, }) -export const web = new sst.cloudflare.x.Astro("Web", { +new sst.cloudflare.x.Astro("Web", { domain: "docs." + domain, path: "packages/web", environment: { |
