From 303745c13ff1c1527cb33703e22b97530c2a40d1 Mon Sep 17 00:00:00 2001 From: Nightcorepro Date: Tue, 16 Jun 2026 19:50:55 +0530 Subject: [PATCH 1/2] Add nightcore.json for Nightcorepro domain --- domains/nightcore.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/nightcore.json diff --git a/domains/nightcore.json b/domains/nightcore.json new file mode 100644 index 00000000000..6543028cb6b --- /dev/null +++ b/domains/nightcore.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Nightcorepro", + "discord": "1113463634409041951" + }, + "records": { + "A": ["216.198.79.1"] + } +} From 8527c3123643c6a32a76ddb5b72b66b9318d2f06 Mon Sep 17 00:00:00 2001 From: Nightcorepro Date: Tue, 16 Jun 2026 19:55:32 +0530 Subject: [PATCH 2/2] Update Vercel configuration with new owner details --- domains/_vercel.nightcore.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.nightcore.json diff --git a/domains/_vercel.nightcore.json b/domains/_vercel.nightcore.json new file mode 100644 index 00000000000..730e3c208f0 --- /dev/null +++ b/domains/_vercel.nightcore.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Nightcorepro", + "discord": "1113463634409041951" + }, + "records": { + "TXT": "vc-domain-verify=nightcore.is-a.dev,3cf78ffe8f1c174d4baa" + } +}