Skip to content

Commit d66b097

Browse files
Add APPWRITE_SITES_BASE_URL to initImagine config
1 parent 3670da7 commit d66b097

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/lib/studio/studio-widget.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,8 @@ export async function initImagine(
291291
initImagineConfig(
292292
{
293293
AI_SERVICE_ENDPOINT: PUBLIC_AI_SERVICE_BASE_URL,
294-
APPWRITE_ENDPOINT: PUBLIC_APPWRITE_ENDPOINT
294+
APPWRITE_ENDPOINT: PUBLIC_APPWRITE_ENDPOINT,
295+
APPWRITE_SITES_BASE_URL: ''
295296
},
296297
{
297298
initialTheme: get(app).themeInUse,

0 commit comments

Comments
 (0)