From bb4b3552c200404c53207c3180170bc69bfb82c4 Mon Sep 17 00:00:00 2001 From: Chriscent Pingol Date: Wed, 26 Mar 2025 11:57:49 +0800 Subject: [PATCH] Create _vercel.chriscent.json To connect vercel using TXT record... --- domains/_vercel.chriscent.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/_vercel.chriscent.json diff --git a/domains/_vercel.chriscent.json b/domains/_vercel.chriscent.json new file mode 100644 index 000000000..79319a336 --- /dev/null +++ b/domains/_vercel.chriscent.json @@ -0,0 +1,11 @@ +{ + "description": "A practice portfolio for web design challenges.", + "repo": "https://github.com/KishonShrill/website-portfolio", + "owner": { + "username": "KishonShrill", + "email": "crystalbluew@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=chriscent.is-a.dev,0bd491999fe494552e50" + } +}