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 da4ac45b8..1b2351ec8 100644 --- a/infra/app.ts +++ b/infra/app.ts @@ -45,7 +45,7 @@ new sst.cloudflare.x.Astro("Web", { }, }) -new sst.cloudflare.StaticSite("App", { +new sst.cloudflare.StaticSite("WebApp", { domain: "app." + domain, path: "packages/app", build: { |
