From fe01308198b4af131fef1234f8b300e3443f8a70 Mon Sep 17 00:00:00 2001 From: irfanbacker Date: Mon, 30 Nov 2020 22:48:05 +0530 Subject: [PATCH] Added cname record --- domains/irfan.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/irfan.json diff --git a/domains/irfan.json b/domains/irfan.json new file mode 100644 index 000000000..0a99f687e --- /dev/null +++ b/domains/irfan.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Portfolio", + "repo": "https://github.com/irfanbacker/irfanbacker.github.io", + "owner": { + "username": "irfanbacker", + "email": "irfuvk@gmail.com" + }, + "record": { + "CNAME": "irfanbacker.github.io" + } +}