summaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
Diffstat (limited to 'infra')
-rw-r--r--infra/app.ts5
1 files changed, 1 insertions, 4 deletions
diff --git a/infra/app.ts b/infra/app.ts
index 97d7de557..1b2351ec8 100644
--- a/infra/app.ts
+++ b/infra/app.ts
@@ -46,10 +46,7 @@ new sst.cloudflare.x.Astro("Web", {
})
new sst.cloudflare.StaticSite("WebApp", {
- domain: {
- name: "app." + domain,
- // redirects: ["desktop." + domain],
- },
+ domain: "app." + domain,
path: "packages/app",
build: {
command: "bun turbo build",