Skip to content

Commit

Permalink
Update stateofthemap-eu.js
Browse files Browse the repository at this point in the history
Add 2023.stateofthemap.eu sub-domain for 2023 SotM EU website so Poland can re-use stateofthemap.eu for this year's edition.
  • Loading branch information
jbelien authored Feb 7, 2024
1 parent 9e30d38 commit 867bef5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/stateofthemap-eu.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.")

);

0 comments on commit 867bef5

Please sign in to comment.