From be23f32d76e1b59350312563926a4adb5e3245d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sat, 21 May 2022 17:28:39 +0200 Subject: [PATCH] add azure static webapp to kmlabz site --- dnsconfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsconfig.js b/dnsconfig.js index e246749..669037d 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -8,7 +8,7 @@ D("kmlabz.com", REG_NONE, CNAME('nexus', 'webgateway.tormakristof.eu.'), CNAME('registry', 'webgateway.tormakristof.eu.'), CNAME('swagger', 'webgateway.tormakristof.eu.'), - CNAME('www', 'kmlabz-homepage.pages.dev.'), + CNAME('www', 'white-island-0674a3203.1.azurestaticapps.net.'), MX('@', 24, 'route1.mx.cloudflare.net.'), MX('@', 51, 'route2.mx.cloudflare.net.'), MX('@', 6, 'route3.mx.cloudflare.net.'),