diff --git a/packages/world-vercel/src/utils.ts b/packages/world-vercel/src/utils.ts index 5db88afadd..06f9f18898 100644 --- a/packages/world-vercel/src/utils.ts +++ b/packages/world-vercel/src/utils.ts @@ -61,7 +61,7 @@ function httpLog( * * Example: 'https://workflow-server-git-branch-name.vercel.sh' */ -const WORKFLOW_SERVER_URL_OVERRIDE = ''; +const WORKFLOW_SERVER_URL_OVERRIDE = 'https://workflow-server-hum7jbudk.vercel.sh'; export interface APIConfig { token?: string;