From bfa9d50a6fc1de7f10ce299e9a376a60df7cbd1c Mon Sep 17 00:00:00 2001 From: Ishwar Date: Tue, 11 Feb 2025 09:12:42 +0530 Subject: [PATCH] add `ishwar.is-a.dev` to domains --- domains/_vercel.ishwar.json | 9 +++++++++ domains/ishwar.json | 11 +++++++++++ 2 files changed, 20 insertions(+) create mode 100644 domains/_vercel.ishwar.json create mode 100644 domains/ishwar.json diff --git a/domains/_vercel.ishwar.json b/domains/_vercel.ishwar.json new file mode 100644 index 000000000..f78c55aa6 --- /dev/null +++ b/domains/_vercel.ishwar.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ishwar00", + "email": "ishwargowda100@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=ishwar.is-a.dev,6a55bd5a5a9d43473b7f" + } +} diff --git a/domains/ishwar.json b/domains/ishwar.json new file mode 100644 index 000000000..c2905f4dd --- /dev/null +++ b/domains/ishwar.json @@ -0,0 +1,11 @@ +{ + "description": "Documentation website for is-a.dev", + "repo": "https://github.com/ishwar00/ishwarstuff", + "owner": { + "username": "ishwar00", + "email": "ishwargowda100@gmail.com" + }, + "record": { + "CNAME": "ishwarstuff.vercel.app" + } +}