From 1f38ebc73fb3a1d5b6077cee1504529d49853c91 Mon Sep 17 00:00:00 2001 From: Farish <99307966+fxrysh@users.noreply.github.com> Date: Mon, 21 Mar 2022 11:10:04 +0800 Subject: [PATCH 1/3] feat: rename --- domains/{kyuzu.json => farish.json} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename domains/{kyuzu.json => farish.json} (71%) diff --git a/domains/kyuzu.json b/domains/farish.json similarity index 71% rename from domains/kyuzu.json rename to domains/farish.json index 471598040..546208b77 100644 --- a/domains/kyuzu.json +++ b/domains/farish.json @@ -2,9 +2,9 @@ "description": "Personal portfolio built with ReactJS", "repo": "https://github.com/kyuzu/portfolio", "owner": { - "username": "kyuzu", - "discord": "Kyuzu#9214", - "twitter": "kyuzudev", + "username": "fxrysh", + "discord": "Fxrysh#5947", + "twitter": "fxryshdev", "email": "" }, "record": { From 3e693c38ce79de49fb619f4518b841b7c623244f Mon Sep 17 00:00:00 2001 From: Farish <99307966+fxrysh@users.noreply.github.com> Date: Mon, 21 Mar 2022 11:11:46 +0800 Subject: [PATCH 2/3] feat: update validation --- domains/farish.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/farish.json b/domains/farish.json index 546208b77..557a48dd9 100644 --- a/domains/farish.json +++ b/domains/farish.json @@ -8,6 +8,6 @@ "email": "" }, "record": { - "CNAME": "280985daeff00a3fed6006ff.cname.deno.dev" + "CNAME": "be6f5ccb5df661222f71037d.cname.deno.dev" } } From d4417e50be5ce85650854489828adca4c273e54c Mon Sep 17 00:00:00 2001 From: Farish <99307966+fxrysh@users.noreply.github.com> Date: Mon, 21 Mar 2022 11:17:50 +0800 Subject: [PATCH 3/3] feat: update `repo` field --- domains/farish.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/farish.json b/domains/farish.json index 557a48dd9..549e0232b 100644 --- a/domains/farish.json +++ b/domains/farish.json @@ -1,6 +1,6 @@ { "description": "Personal portfolio built with ReactJS", - "repo": "https://github.com/kyuzu/portfolio", + "repo": "https://github.com/fxrysh/portfolio", "owner": { "username": "fxrysh", "discord": "Fxrysh#5947",