Change the text and markers for your server locations.
The locations section shows where your servers are around the world.
You will edit:
config/location.ts — the dots on the world map"Locations" in config/messages/en.json and config/messages/es.json — section textsconfig/location.ts.markers:markers: [
{
id: "us-oregon-mmx44gp5",
countryCode: "US",
countryName: "Oregon",
pos: { x: 0.166992, y: 0.319661 },
},
// ...
],countryCode — two‑letter country code (for example US, NL, BR).countryName — the name that appears near the dot.pos — where the dot appears on the map. These values are already set and usually do not need to change.To add a new location:
Copy an existing marker object.
Paste it below and change:
id — any unique text.countryCode — your country code.countryName — city or region name.Save the file and refresh the page.
config/messages/en.json."Locations" section:"Locations": {
"title": "Our Locations",
"description": "We have servers in /multiple locations/ around the world...",
"latencyDescription": "Latency measured via browser — results may be inaccurate."
}config/messages/es.json."Locations" section, use the same keys with Spanish text.You do not need to create new keys here; just adjust the text so it matches your real infrastructure.