diff --git a/.env.example b/.env.example index 4a774117..87a698b8 100644 --- a/.env.example +++ b/.env.example @@ -9,6 +9,6 @@ VITE_NOSTR_PUSH_PUBKEY="" VITE_SHARE_ORIGIN="" # DeepL-backed translation worker for user-generated content. # Example: VITE_TRANSLATE_WORKER_URL="https://agora-translate..workers.dev" -VITE_TRANSLATE_WORKER_URL="https://agora-translate.mk-cc1.workers.dev" +VITE_TRANSLATE_WORKER_URL="https://agora-translate.lemonknowsall.workers.dev/" # Set to "*" to allow any host in the Vite dev server (eg. when proxying through a custom domain) # ALLOWED_HOSTS="*"