Skip to content

Commit c0400da

Browse files
committed
chore: wip
1 parent c2a49c7 commit c0400da

File tree

1 file changed

+6
-1
lines changed
  • storage/framework/.stacks/core/cloud/src/cloud

1 file changed

+6
-1
lines changed

storage/framework/.stacks/core/cloud/src/cloud/ai.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,13 @@ export class AiStack {
6565
// },
6666
// })
6767

68-
new Output(scope, 'AiApiUrl', {
68+
new Output(scope, 'AiVanityApiUrl', {
6969
value: api.apiEndpoint,
7070
})
71+
72+
new Output(scope, 'AiApiUrl', {
73+
// value: 'https://stacksjs.org/ai/ask',
74+
value: `${props.domain}/ai/ask`,
75+
})
7176
}
7277
}

0 commit comments

Comments
 (0)