From b4eb0727c7ab74249fabf8d633db7ff878c533e0 Mon Sep 17 00:00:00 2001 From: fathulfahmy Date: Fri, 9 Feb 2024 17:31:19 +0800 Subject: [PATCH 1/4] feat(domain): fathulfahmy.is-a.dev --- domains/fathulfahmy.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/fathulfahmy.json diff --git a/domains/fathulfahmy.json b/domains/fathulfahmy.json new file mode 100644 index 000000000..73a5774b2 --- /dev/null +++ b/domains/fathulfahmy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "fathulfahmy", + "email": "mfathulfahmy@gmail.com" + }, + "record": { + "URL": "https://fathulfahmy.github.io/site/" + } +} From 0d93f97c0ee9b927970718fea3c09adad48ffb6b Mon Sep 17 00:00:00 2001 From: Patui Date: Fri, 9 Feb 2024 17:40:36 +0800 Subject: [PATCH 2/4] feat(domain): edit fathulfahmy.json --- domains/fathulfahmy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/fathulfahmy.json b/domains/fathulfahmy.json index 73a5774b2..94990c494 100644 --- a/domains/fathulfahmy.json +++ b/domains/fathulfahmy.json @@ -4,6 +4,6 @@ "email": "mfathulfahmy@gmail.com" }, "record": { - "URL": "https://fathulfahmy.github.io/site/" + "CNAME": "fathulfahmy.github.io" } } From 2062b21b38948a5a4c31ce5d1bd4a34904f35617 Mon Sep 17 00:00:00 2001 From: Patui Date: Fri, 9 Feb 2024 17:56:55 +0800 Subject: [PATCH 3/4] feat(domain): update fathulfahmy.json --- domains/fathulfahmy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/fathulfahmy.json b/domains/fathulfahmy.json index 94990c494..b60121645 100644 --- a/domains/fathulfahmy.json +++ b/domains/fathulfahmy.json @@ -4,6 +4,6 @@ "email": "mfathulfahmy@gmail.com" }, "record": { - "CNAME": "fathulfahmy.github.io" + "URL": "fathulfahmy.netlify.app" } } From eff873a379eea6e7154fee77e6004073c180e442 Mon Sep 17 00:00:00 2001 From: Patui Date: Sat, 10 Feb 2024 18:10:17 +0800 Subject: [PATCH 4/4] feat(domain): add https protocol --- domains/fathulfahmy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/fathulfahmy.json b/domains/fathulfahmy.json index b60121645..80548b8ee 100644 --- a/domains/fathulfahmy.json +++ b/domains/fathulfahmy.json @@ -4,6 +4,6 @@ "email": "mfathulfahmy@gmail.com" }, "record": { - "URL": "fathulfahmy.netlify.app" + "URL": "https://fathulfahmy.netlify.app" } }