From 867bef5f6eafc9319ba6bb4d90124e543a16fac0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonathan=20Beli=C3=ABn?= Date: Wed, 7 Feb 2024 17:46:53 +0100 Subject: [PATCH] Update stateofthemap-eu.js Add 2023.stateofthemap.eu sub-domain for 2023 SotM EU website so Poland can re-use stateofthemap.eu for this year's edition. --- src/stateofthemap-eu.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/stateofthemap-eu.js b/src/stateofthemap-eu.js index 2a21842..a8de02e 100644 --- a/src/stateofthemap-eu.js +++ b/src/stateofthemap-eu.js @@ -31,6 +31,7 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), // Previous editions - A("2014", "49.12.5.171") + A("2014", "49.12.5.171"), + CNAME("2023", "osmbe.github.io.") ); -- 2.45.1