From 5b6fc58744eacbc126eb182acaf5290330c8cf34 Mon Sep 17 00:00:00 2001 From: andrewstech Date: Mon, 11 Jul 2022 20:40:45 +0100 Subject: [PATCH 1/2] Create open-beta.json --- domains/open-beta.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/open-beta.json diff --git a/domains/open-beta.json b/domains/open-beta.json new file mode 100644 index 000000000..cc9fc7a96 --- /dev/null +++ b/domains/open-beta.json @@ -0,0 +1,9 @@ + { + "owner": { + "username": "@is-a-dev/maintainers", + "email": "mahir@molai.dev" + }, + "record": { + "cname": "open-beta.pages.dev" + } + } From a83a194d229c85863d4241f0a6b4b583ec3233b9 Mon Sep 17 00:00:00 2001 From: andrewstech Date: Mon, 11 Jul 2022 20:43:03 +0100 Subject: [PATCH 2/2] Update open-beta.json --- domains/open-beta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/open-beta.json b/domains/open-beta.json index cc9fc7a96..f79d6d130 100644 --- a/domains/open-beta.json +++ b/domains/open-beta.json @@ -4,6 +4,6 @@ "email": "mahir@molai.dev" }, "record": { - "cname": "open-beta.pages.dev" + "CNAME": "open-beta.pages.dev" } }