From a56d79e3ee46feb9963c92bcd0e99b7295062a87 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 25 Apr 2025 14:16:48 +0100 Subject: [PATCH] sotm.eu go-live Closes: https://github.com/openstreetmap/operations/issues/1232 --- src/stateofthemap-eu.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stateofthemap-eu.js b/src/stateofthemap-eu.js index 6b4783b..a7db4c1 100644 --- a/src/stateofthemap-eu.js +++ b/src/stateofthemap-eu.js @@ -33,8 +33,8 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), // 2025 SoTM site - A("@", "92.205.4.228"), - A("www", "92.205.4.228"), + ALIAS("@", "osm-uk.github.io."), + CNAME("www", "osm-uk.github.io."), // Previous editions -- 2.39.5