]> git.openstreetmap.org Git - dns.git/commitdiff
Fix preview id syntax typo
authorGrant Slater <github@firefishy.com>
Mon, 3 Apr 2023 11:57:51 +0000 (12:57 +0100)
committerGrant Slater <github@firefishy.com>
Mon, 3 Apr 2023 11:57:51 +0000 (12:57 +0100)
src/ideditor.js

index c019ea6dd699bdd947eb20c9327df819fadef378..8706619a5247e78ef9b83bf28476ee8c37a88986 100644 (file)
@@ -28,7 +28,7 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
 
   ALIAS("@", "openstreetmap.github.io."),
   CNAME("www", "openstreetmap.github.io."),
-  A("preview", NAGA_IPV4)
+  A("preview", NAGA_IPV4),
   AAAA("preview", NAGA_IPV6)
 
 );