From 27226bf7f5ba62e8f0ffcd7dd8113366c239c561 Mon Sep 17 00:00:00 2001 From: "amackzie@gmail.com" Date: Wed, 5 Mar 2025 19:56:14 +0300 Subject: [PATCH] modify domain to redirect to vercel and not github pages --- domains/_vercel.zessu.json | 9 +++++++++ domains/drew.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 domains/_vercel.zessu.json diff --git a/domains/_vercel.zessu.json b/domains/_vercel.zessu.json new file mode 100644 index 000000000..5d12c9a0e --- /dev/null +++ b/domains/_vercel.zessu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zessu", + "email": "regime-pluck-gulf@duck.com" + }, + "record": { + "TXT": "vc-domain-verify=drew.is-a.dev,78b1c3bcf18815fe9bfe" + } +} diff --git a/domains/drew.json b/domains/drew.json index bd7232463..94b4df25b 100644 --- a/domains/drew.json +++ b/domains/drew.json @@ -6,6 +6,6 @@ "email": "regime-pluck-gulf@duck.com" }, "record": { - "CNAME": "zessu.github.io" + "CNAME": "zessu-github-io-7l1v.vercel.app" } }