diff --git a/src/typescript/example.env b/src/typescript/example.env index 0b20f30c5..106358c9a 100644 --- a/src/typescript/example.env +++ b/src/typescript/example.env @@ -55,7 +55,7 @@ GALXE_CAMPAIGN_ID="" ALLOWLISTER3K_URL="http://localhost:3000" # A list of ISO 3166-2 codes of countries and regions to geoblock. -GEOBLOCKED="{\"countries\":[],\"regions\":[]}" +GEOBLOCKED='{"countries":[],"regions":[]}' # The vpnapi.io API key. # If GEOBLOCKED is set and non-empty, this needs to be set as well. diff --git a/src/typescript/frontend/src/components/geoblocking/index.tsx b/src/typescript/frontend/src/components/geoblocking/index.tsx index c71c55b36..46b5957f5 100644 --- a/src/typescript/frontend/src/components/geoblocking/index.tsx +++ b/src/typescript/frontend/src/components/geoblocking/index.tsx @@ -8,8 +8,8 @@ export const GeoblockedBanner: React.FC = () => (