From 6e237cd8804a282099c090fb53740226b2606e7c Mon Sep 17 00:00:00 2001 From: Lord Bismark Date: Tue, 16 Jun 2026 15:28:24 +0000 Subject: [PATCH 1/6] Add JSON configuration for WWW subdomain routing --- domains/www.bismark.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/www.bismark.json diff --git a/domains/www.bismark.json b/domains/www.bismark.json new file mode 100644 index 00000000000..3d62aef640f --- /dev/null +++ b/domains/www.bismark.json @@ -0,0 +1,11 @@ +{ + "description": "WWW subdomain routing for Vercel redirection", + "repo": "https://github.com/onebismark/bismark-is-a-dev", + "owner": { + "username": "onebismark", + "email": "bismarkagyapong2007@gmail.com" + }, + "records": { + "CNAME": "4e96e3a53b238786.vercel-dns-017.com" + } +} From 912061e0b13d582e55fa9e33dc1c986eba90a9b0 Mon Sep 17 00:00:00 2001 From: Lord Bismark Date: Tue, 16 Jun 2026 15:29:48 +0000 Subject: [PATCH 2/6] Add Vercel domain configuration for www.bismark --- domains/_vercel.www.bismark.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.www.bismark.json diff --git a/domains/_vercel.www.bismark.json b/domains/_vercel.www.bismark.json new file mode 100644 index 00000000000..3aa349f0d6c --- /dev/null +++ b/domains/_vercel.www.bismark.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "onebismark", + "email": "bismarkagyapong2007@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=www.bismark.is-a.dev,08b7d71088dd02878c9e" + } +} From 62329700c704bc0d849f71771ca680962cc4663f Mon Sep 17 00:00:00 2001 From: Lord Bismark Date: Thu, 18 Jun 2026 02:10:21 +0000 Subject: [PATCH 3/6] Delete domains/_vercel.bismark.json --- domains/_vercel.bismark.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/_vercel.bismark.json diff --git a/domains/_vercel.bismark.json b/domains/_vercel.bismark.json deleted file mode 100644 index cfb988db6ca..00000000000 --- a/domains/_vercel.bismark.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "onebismark", - "email": "bismarkagyapong2007@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=bismark.is-a.dev,1ca4aef5c84d5b1fa43d" - } -} From b1e163b2b694d8e36b6134a575f048e488d1c652 Mon Sep 17 00:00:00 2001 From: Lord Bismark Date: Thu, 18 Jun 2026 02:11:17 +0000 Subject: [PATCH 4/6] Delete domains/_vercel.www.bismark.json --- domains/_vercel.www.bismark.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/_vercel.www.bismark.json diff --git a/domains/_vercel.www.bismark.json b/domains/_vercel.www.bismark.json deleted file mode 100644 index 3aa349f0d6c..00000000000 --- a/domains/_vercel.www.bismark.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "onebismark", - "email": "bismarkagyapong2007@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=www.bismark.is-a.dev,08b7d71088dd02878c9e" - } -} From 03bee8ecd8bc26ae1aa4fe32bdf5f36000e02cc8 Mon Sep 17 00:00:00 2001 From: Lord Bismark Date: Thu, 18 Jun 2026 02:12:29 +0000 Subject: [PATCH 5/6] Delete domains/www.bismark.json --- domains/www.bismark.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/www.bismark.json diff --git a/domains/www.bismark.json b/domains/www.bismark.json deleted file mode 100644 index 3d62aef640f..00000000000 --- a/domains/www.bismark.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "WWW subdomain routing for Vercel redirection", - "repo": "https://github.com/onebismark/bismark-is-a-dev", - "owner": { - "username": "onebismark", - "email": "bismarkagyapong2007@gmail.com" - }, - "records": { - "CNAME": "4e96e3a53b238786.vercel-dns-017.com" - } -} From 6aa1b21f1a49339572117863b5ca4d1d1dd0d2f8 Mon Sep 17 00:00:00 2001 From: Lord Bismark Date: Thu, 18 Jun 2026 02:52:43 +0000 Subject: [PATCH 6/6] Update DNS records in bismark.json --- domains/bismark.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/bismark.json b/domains/bismark.json index d5ea5389f08..c27c7830c79 100644 --- a/domains/bismark.json +++ b/domains/bismark.json @@ -6,6 +6,6 @@ "email": "bismarkagyapong2007@gmail.com" }, "records": { - "A": ["216.198.79.1"] + "CNAME": "onebismark.github.io" } }