From b9227e36f60a576d2009ddcacf37326d2c74448e Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 25 Apr 2025 15:39:29 +0100 Subject: [PATCH] Point at sotm-eu index on naga --- src/stateofthemap-eu.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/stateofthemap-eu.js b/src/stateofthemap-eu.js index b19a750..92af427 100644 --- a/src/stateofthemap-eu.js +++ b/src/stateofthemap-eu.js @@ -31,13 +31,11 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), MX("mail", 10, "mail"), - // 2025 SoTM site - - ALIAS("@", "osm-uk.github.io.", CF_PROXY_ON), - CNAME("www", "osm-uk.github.io.", CF_PROXY_ON), - CF_SINGLE_REDIRECT("sotm-eu-root", 302, "stateofthemap.eu", "2025.stateofthemap.eu"), - CF_SINGLE_REDIRECT("soth-eu-year", 302, "www.stateofthemap.eu", "2025.stateofthemap.eu"), + // Web service for stateofthemap.eu index site + osm_web_service("@", "naga"), + osm_web_service("www", "naga"), + // 2025 SoTM site CNAME("2025", "osm-uk.github.io."), // Previous editions -- 2.39.5