diff options
| author | Dax Raad <[email protected]> | 2025-09-02 23:30:26 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-02 23:30:48 -0400 |
| commit | 1c31c2dd977d6e1c3a8e2e33cb6d4717b7897e7a (patch) | |
| tree | 0fef7df3b9b5d540acde4a2c3b2f031972b846a9 /infra | |
| parent | c1d754bec9f54836f66181dd37d279f0ffe2e6e5 (diff) | |
| download | opencode-1c31c2dd977d6e1c3a8e2e33cb6d4717b7897e7a.tar.gz opencode-1c31c2dd977d6e1c3a8e2e33cb6d4717b7897e7a.zip | |
wip: zen
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 |
