From d1b1f57714bc7cbf16085148fe22c1ff35522c2c Mon Sep 17 00:00:00 2001 From: Alora Mia Date: Sun, 30 Mar 2025 17:17:09 +0900 Subject: [PATCH 1/3] Create verify.alora.json --- domains/verify.alora.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/verify.alora.json diff --git a/domains/verify.alora.json b/domains/verify.alora.json new file mode 100644 index 000000000..f5cfc756b --- /dev/null +++ b/domains/verify.alora.json @@ -0,0 +1,10 @@ +{ + "description": "Verification Site For my Roleplay Server", + "owner": { + "username": "aloramiaa", + "email": "xaloramia@gmail.com" + }, + "record": { + "CNAME": "europaverification.vercel.app" + } +} From fcdd72d5a06e5c85e13be33cb5213d0419643c6a Mon Sep 17 00:00:00 2001 From: Alora Mia Date: Sun, 30 Mar 2025 17:40:01 +0900 Subject: [PATCH 2/3] Create _vercel.verify.alora --- domains/_vercel.verify.alora | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.verify.alora diff --git a/domains/_vercel.verify.alora b/domains/_vercel.verify.alora new file mode 100644 index 000000000..dbfbc5f7a --- /dev/null +++ b/domains/_vercel.verify.alora @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "aloramiaa", + "email": "xaloramia@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=verify.alora.is-a.dev,df9b78e72bc7a2889bc8" + } +} From f93c6e54c4973a5c8c5d6e654c47b7f2c816e8df Mon Sep 17 00:00:00 2001 From: Alora Mia Date: Sun, 30 Mar 2025 17:44:32 +0900 Subject: [PATCH 3/3] Rename _vercel.verify.alora to _vercel.verify.alora.json --- domains/{_vercel.verify.alora => _vercel.verify.alora.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_vercel.verify.alora => _vercel.verify.alora.json} (100%) diff --git a/domains/_vercel.verify.alora b/domains/_vercel.verify.alora.json similarity index 100% rename from domains/_vercel.verify.alora rename to domains/_vercel.verify.alora.json