From 765c8a61db922142f311c510784ba096f20f4470 Mon Sep 17 00:00:00 2001 From: ToastifyDev Date: Tue, 28 Feb 2023 18:50:44 +0800 Subject: [PATCH 1/4] feat(domain): toasted.is-a.dev --- domains/toasted.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/toasted.json diff --git a/domains/toasted.json b/domains/toasted.json new file mode 100644 index 000000000..5be53de10 --- /dev/null +++ b/domains/toasted.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ToastifyDev", + "email": "realtcatech@gmail.com" + }, + "record": { + "CNAME": "cname.vercel-dns.com" + } +} From 65b1f61975d83e43cb7d08a5846cfcb662c40f56 Mon Sep 17 00:00:00 2001 From: ToastedToast Date: Tue, 28 Feb 2023 11:02:04 +0000 Subject: [PATCH 2/4] Update toasted.json --- domains/toasted.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/toasted.json b/domains/toasted.json index 5be53de10..bd55378e7 100644 --- a/domains/toasted.json +++ b/domains/toasted.json @@ -1,9 +1,9 @@ { "owner": { "username": "ToastifyDev", - "email": "realtcatech@gmail.com" + "email": "hey@toastify.tk" }, "record": { - "CNAME": "cname.vercel-dns.com" + "CNAME": "portfolio-production-318d.up.railway.app" } } From a84c2c7d19455f8dc4423c351f1d68b061764ea7 Mon Sep 17 00:00:00 2001 From: ToastedToast Date: Tue, 28 Feb 2023 12:21:42 +0000 Subject: [PATCH 3/4] Update toasted.json --- domains/toasted.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/toasted.json b/domains/toasted.json index bd55378e7..c92b0469d 100644 --- a/domains/toasted.json +++ b/domains/toasted.json @@ -4,6 +4,6 @@ "email": "hey@toastify.tk" }, "record": { - "CNAME": "portfolio-production-318d.up.railway.app" + "CNAME": "toastifydev.github.io" } } From f5b4ef16f30fc0ff48950d554ebf3e8ffb0c8584 Mon Sep 17 00:00:00 2001 From: ToastedToast Date: Wed, 1 Mar 2023 04:46:47 +0000 Subject: [PATCH 4/4] Update toasted.json --- domains/toasted.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/domains/toasted.json b/domains/toasted.json index c92b0469d..c332e1d06 100644 --- a/domains/toasted.json +++ b/domains/toasted.json @@ -1,4 +1,6 @@ { + "description": "The official portfolio of ToastedToast/Toastify. Built with Astro, Tailwind CSS, and Daisy UI.", + "repo": "https://github.com/ToastifyDev/portfolio", "owner": { "username": "ToastifyDev", "email": "hey@toastify.tk"