From 8f328c5b54b53e698f55e51ff45b4c5248c1f6ab Mon Sep 17 00:00:00 2001 From: RayhanADev <72509475+RayhanADev@users.noreply.github.com> Date: Wed, 9 Dec 2020 17:34:26 -0600 Subject: [PATCH] Switch for CNAME Record MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Used to have a URL, but I found out how to get CNAME’s on Repl.it! --- domains/ray.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ray.json b/domains/ray.json index b1d32b8d0..235d928e4 100644 --- a/domains/ray.json +++ b/domains/ray.json @@ -6,6 +6,6 @@ "email": "rayhan.arayilakath@wa-students.org" }, "record": { - "URL": "https://its.rayhanadev.repl.co" + "CNAME": "b0ab519e-38d4-41f0-a0ca-912ac3b6dfac.repl.co" } }