From 075496a96cddeb3d29e027ad1a090de0a37546f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Thu, 19 May 2022 09:00:10 +0200 Subject: [PATCH] add www static site --- dnsconfig.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dnsconfig.js b/dnsconfig.js index 5a0c355..f16cd28 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -45,6 +45,7 @@ D("tormakristof.eu", REG_NONE, CNAME('nextcloud', 'webgateway.tormakristof.eu.'), CNAME('onielweb', 'v6.oniel.tormakristof.eu.', CF_PROXY_ON), CNAME('neko', 'zelenka.tormakristof.eu.'), + CNAME('www', 'orange-ocean-08cd1f103.1.azurestaticapps.net.'), CNAME('blog', 'brave-mushroom-038a3c503.1.azurestaticapps.net.'), CNAME('static', 'icy-island-08b7c5a03.1.azurestaticapps.net.'), CNAME('cv', 'delightful-moss-0ef295b03.1.azurestaticapps.net.'),