From 6a395bdf97a8cd2b2a3b912348a5c7e9139cbbf7 Mon Sep 17 00:00:00 2001 From: "dilshad :/" <70562282+dilshad0101@users.noreply.github.com> Date: Tue, 20 Jun 2023 16:53:12 +0530 Subject: [PATCH 1/2] feat(domain): add `dilshad.is-a.dev` --- domains/dilshad.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/dilshad.json diff --git a/domains/dilshad.json b/domains/dilshad.json new file mode 100644 index 000000000..17893db49 --- /dev/null +++ b/domains/dilshad.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "dilshad0101", + "email": "dilshadmuhammed0101@gmail.com" + }, + + "record": { + "A": ["null"] + } +} From c49955d606eacbc5575159ccac7d4223a56746af Mon Sep 17 00:00:00 2001 From: "dilshad :/" <70562282+dilshad0101@users.noreply.github.com> Date: Tue, 20 Jun 2023 17:24:22 +0530 Subject: [PATCH 2/2] Update dilshad.json --- domains/dilshad.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/dilshad.json b/domains/dilshad.json index 17893db49..784738b2b 100644 --- a/domains/dilshad.json +++ b/domains/dilshad.json @@ -1,10 +1,12 @@ { + "description": "for portfolio website", + "repo": "https://github.com/dilshad0101/portfolio.website", "owner": { "username": "dilshad0101", "email": "dilshadmuhammed0101@gmail.com" }, "record": { - "A": ["null"] + "CNAME": "dilshad0101.github.io" } }