your personal website on atproto - mirror blento.app

fix wrangler

+10 -4
+10 -4
wrangler.jsonc
··· 33 33 * https://developers.cloudflare.com/workers/configuration/secrets/ 34 34 */ 35 35 "vars": { 36 - "PUBLIC_HANDLE": "polijn.org", 37 - "PUBLIC_IS_SELFHOSTED": "true", 38 - "PUBLIC_DOMAIN": "https://polijn.org", 36 + "PUBLIC_HANDLE": "blento.app", 37 + "PUBLIC_IS_SELFHOSTED": "", 38 + "PUBLIC_DOMAIN": "https://blento.app", 39 39 "PUBLIC_GIPHY_API_TOKEN": "ltXijv1bkNPrEgnpJ0tIdLWXjnAeE7bL" 40 - } 40 + }, 41 + "kv_namespaces": [ 42 + { 43 + "binding": "USER_DATA_CACHE", 44 + "id": "d6ff203259de48538d332b0a5df258a7" 45 + } 46 + ] 41 47 42 48 /** 43 49 * Service Bindings (communicate between multiple Workers)