From 3af3bec60227c1269e34ee85f014fc1f1a826738 Mon Sep 17 00:00:00 2001 From: Moqtadir Date: Tue, 28 Jan 2025 22:21:29 +0530 Subject: [PATCH 1/3] adding a new domain --- domains/moku.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/moku.json diff --git a/domains/moku.json b/domains/moku.json new file mode 100644 index 000000000..e2adf4084 --- /dev/null +++ b/domains/moku.json @@ -0,0 +1,12 @@ +{ + "description": "Portfolio Website", + "repo": "https://github.com/Moku922/CSS_HTML-CV_Website", + "owner": { + "username": "Moku922", + "email": "abdulmoqtadir1@gmail.com" + }, + "record": { + "CNAME": "https://moku922.github.io/CSS_HTML-CV_Website/" + }, + "proxied": true +} From a528f7db88536ef04201356e3e048c03e3ba5032 Mon Sep 17 00:00:00 2001 From: Moqtadir Date: Tue, 28 Jan 2025 22:27:31 +0530 Subject: [PATCH 2/3] modified a thing --- domains/moku.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/moku.json b/domains/moku.json index e2adf4084..322286e1e 100644 --- a/domains/moku.json +++ b/domains/moku.json @@ -7,6 +7,5 @@ }, "record": { "CNAME": "https://moku922.github.io/CSS_HTML-CV_Website/" - }, - "proxied": true + } } From 845def8192abc49b4c0372cf69b47a9ad6ed7056 Mon Sep 17 00:00:00 2001 From: Moqtadir Date: Wed, 29 Jan 2025 14:04:48 +0530 Subject: [PATCH 3/3] update the CNAME as suggested --- domains/moku.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/moku.json b/domains/moku.json index 322286e1e..5e4ed4558 100644 --- a/domains/moku.json +++ b/domains/moku.json @@ -6,6 +6,6 @@ "email": "abdulmoqtadir1@gmail.com" }, "record": { - "CNAME": "https://moku922.github.io/CSS_HTML-CV_Website/" + "CNAME": "moku922.github.io" } }