diff --git a/stacks/Web.ts b/stacks/Web.ts index 3eef82e..a6363e4 100644 --- a/stacks/Web.ts +++ b/stacks/Web.ts @@ -16,5 +16,5 @@ export function Web({ stack }: StackContext) { SITE_URL: site.url }); - return api; + return site; }