From f34d5d08382625fa713a930e4bc4fcc45d41302d Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 3 Apr 2023 12:57:51 +0100 Subject: [PATCH] Fix preview id syntax typo --- src/ideditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ideditor.js b/src/ideditor.js index c019ea6..8706619 100644 --- a/src/ideditor.js +++ b/src/ideditor.js @@ -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) ); -- 2.39.5