From 7aee05d99866fca69d94178db2b9d8545e27ec8b Mon Sep 17 00:00:00 2001 From: Sathe Onkar <113273391+Onkarsathe007@users.noreply.github.com> Date: Fri, 24 Jan 2025 15:01:53 +0530 Subject: [PATCH] feat: my website cname record --- domains/onkarsathe.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/onkarsathe.json diff --git a/domains/onkarsathe.json b/domains/onkarsathe.json new file mode 100644 index 000000000..fbe38539a --- /dev/null +++ b/domains/onkarsathe.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Website", + "repo": "https://github.com/Onkarsathe007/portfolio", + "owner": { + "username": "Onkarsathe007", + "email": "onkarsathe96k@gmail.com" + }, + "record": { + "CNAME": "https://onkarsathe007.github.io/portfolio" + } +}