From c078be22b8db78df9202c8174ee8b236c9f9db14 Mon Sep 17 00:00:00 2001 From: "Robe J.B" <63416669+coco-droid@users.noreply.github.com> Date: Sun, 2 Feb 2025 07:03:39 -0500 Subject: [PATCH] Fix JSON error --- domains/_vercel.hmp.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/domains/_vercel.hmp.json b/domains/_vercel.hmp.json index 3756f8c61..9842a96cb 100644 --- a/domains/_vercel.hmp.json +++ b/domains/_vercel.hmp.json @@ -1,11 +1,11 @@ { - "description": "This subdomain points to my portfolio website. https://blog-jimmy-hoangs-projects.vercel.app/ is the link for a preview of the website", + "description": "My portfolio", + "repo": "https://github.com/coco-droid", "owner": { - "username": "hmphu", - "email": "me@hmphu.com", - "discord": "830872854677422150" + "username": "coco-droid", + "email": "robensjeanbaptiste29@gmail.com" }, "record": { - "TXT": ["vc-domain-verify=hmp.is-a.dev,f49576d3e029b34c2305"] + "URL": "https://robe.alwaysdata.net/" } }