From 98e71abc10297b13f18345cf5eece048e543e615 Mon Sep 17 00:00:00 2001 From: Magitian <127123012+TheMagitian@users.noreply.github.com> Date: Sun, 24 Nov 2024 09:33:35 +0530 Subject: [PATCH] Switch hosting from GitHub Pages to Vercel --- domains/magitian.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/magitian.json b/domains/magitian.json index feb7c2c8c..537cbd209 100644 --- a/domains/magitian.json +++ b/domains/magitian.json @@ -1,11 +1,11 @@ { "description": "Home for my blogs", - "repo": "https://github.com/themagitian/themagitian.github.io", + "repo": "https://github.com/TheMagitian/themagitian.github.io-old", "owner": { "username": "magitian", "email": "magitian@duck.com" }, "record": { - "CNAME": "themagitian.github.io" + "CNAME": "magitian.vercel.app" } }