From f903be63ea67df0395da02506f86c58244c4ff26 Mon Sep 17 00:00:00 2001 From: Mac Long Date: Thu, 16 Jan 2025 10:39:29 +0000 Subject: [PATCH 1/2] feat(domains): add maclong domain --- domains/maclong.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/maclong.json diff --git a/domains/maclong.json b/domains/maclong.json new file mode 100644 index 000000000..f44602580 --- /dev/null +++ b/domains/maclong.json @@ -0,0 +1,11 @@ +{ + "description": "Mac Long's personal developer portfolio and blog.", + "repo": "https://github.com/maclong9/maclong9", + "owner": { + "username": "maclong9", + "email": "maclong9@icloud.com" + }, + "record": { + "CNAME": "https://maclong9.github.io/maclong9/" + } +} From 6167c5269808db5cfe17dfc72f205526287e0711 Mon Sep 17 00:00:00 2001 From: Mac Long Date: Sun, 19 Jan 2025 12:12:27 +0000 Subject: [PATCH 2/2] Update domains/maclong.json Co-authored-by: iostpa --- domains/maclong.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/maclong.json b/domains/maclong.json index f44602580..9f07c573f 100644 --- a/domains/maclong.json +++ b/domains/maclong.json @@ -6,6 +6,6 @@ "email": "maclong9@icloud.com" }, "record": { - "CNAME": "https://maclong9.github.io/maclong9/" + "CNAME": "maclong9.github.io" } }