summaryrefslogtreecommitdiffhomepage
path: root/infra/app.ts
diff options
context:
space:
mode:
Diffstat (limited to 'infra/app.ts')
-rw-r--r--infra/app.ts2
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: {