From 1b235f31caecdca421a6a32771b236b18b25e441 Mon Sep 17 00:00:00 2001 From: Dev-Rajeshkumar Date: Sat, 15 Feb 2025 08:32:51 +0530 Subject: [PATCH] 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" + } +}