From fcab66c34d90de01e430fcabcb595eea0226857b Mon Sep 17 00:00:00 2001 From: Sasial <44125644+sasial-dev@users.noreply.github.com> Date: Mon, 27 Jun 2022 17:05:55 +1000 Subject: [PATCH 1/2] refactor(redirect): move to custom domain --- domains/sasial.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sasial.json b/domains/sasial.json index a7d5eed0c..22fa42cf8 100644 --- a/domains/sasial.json +++ b/domains/sasial.json @@ -6,6 +6,6 @@ "email": "sasial@koal.us" }, "record": { - "URL": "https://portfolio-sasial.vercel.app/" + "URL": "https://sasial.dev/" } } From 2a8955278897560ea2551d81068564067a8e557f Mon Sep 17 00:00:00 2001 From: Sasial <44125644+sasial-dev@users.noreply.github.com> Date: Mon, 27 Jun 2022 17:23:59 +1000 Subject: [PATCH 2/2] refactor(contact): move from email to discord --- domains/sasial.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/sasial.json b/domains/sasial.json index 22fa42cf8..e5493f924 100644 --- a/domains/sasial.json +++ b/domains/sasial.json @@ -3,7 +3,8 @@ "repo": "https://github.com/sasial-dev/Portfolio", "owner": { "username": "sasial-dev", - "email": "sasial@koal.us" + "email": "", + "discord": "Sasial#9375" }, "record": { "URL": "https://sasial.dev/"