From 451d33f12372bf1819dede18c7c47b5d9af67583 Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 24 May 2026 00:52:28 -0700 Subject: [PATCH] update translate worker url --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="*"