Skip to content

Commit

Permalink
update domains
Browse files Browse the repository at this point in the history
  • Loading branch information
jemikanegara committed May 7, 2024
1 parent 584dea3 commit 2f577e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/configs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ const detectRobot = require("./detectRobot")

// check if code runs on server or client
const isBrowser = () => typeof window !== 'undefined'
const API_URL = "https://api.tasksource.io"
const API_URL = "https://api.weploy.ai"
const CDN_URL = ""
const KV_URL = "https://cdn.weploy-d8b.workers.dev"
const KV_URL = "https://cdn.weploy.ai"
const SHOULD_COMPRESS_PAYLOAD = true

/** Translation Options */
Expand Down

0 comments on commit 2f577e8

Please sign in to comment.