From 1b235f31caecdca421a6a32771b236b18b25e441 Mon Sep 17 00:00:00 2001 From: Dev-Rajeshkumar Date: Sat, 15 Feb 2025 08:32:51 +0530 Subject: [PATCH 1/2] Create voidvault.json # Requirements - [x] I have **read** and **understood** the [Terms of Service](https://is-a.dev/terms). - [x] I understand my domain will be removed if I violate the [Terms of Service](https://is-a.dev/terms). - [x] My file is in the `domains` directory and has the `.json` file extension. - [x] My file's name is lowercased and alphanumeric. - [x] My website is **reachable** and **completed**. - [x] I have provided sufficient contact information in the `owner` key. # Website Preview nova-blog-tech.vercel.app --- domains/voidvault.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/voidvault.json diff --git a/domains/voidvault.json b/domains/voidvault.json new file mode 100644 index 000000000..6d11973e7 --- /dev/null +++ b/domains/voidvault.json @@ -0,0 +1,10 @@ +{ + "domain": "voidvault.is-a.dev", + "owner": { + "username": "Dev-Rajeshkumar", + "email": "rajesh8778354586@gmail.com" + }, + "records": { + "CNAME": "nova-blog-tech.vercel.app" + } +} From e7c92b6e646e9cf1f397cf0d703a5b9a354e7235 Mon Sep 17 00:00:00 2001 From: orangc Date: Sat, 15 Feb 2025 10:19:20 +0300 Subject: [PATCH 2/2] Update voidvault.json --- domains/voidvault.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/voidvault.json b/domains/voidvault.json index 6d11973e7..0c15c0ec7 100644 --- a/domains/voidvault.json +++ b/domains/voidvault.json @@ -4,7 +4,7 @@ "username": "Dev-Rajeshkumar", "email": "rajesh8778354586@gmail.com" }, - "records": { + "record": { "CNAME": "nova-blog-tech.vercel.app" } }