From f903be63ea67df0395da02506f86c58244c4ff26 Mon Sep 17 00:00:00 2001 From: Mac Long Date: Thu, 16 Jan 2025 10:39:29 +0000 Subject: [PATCH] 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/" + } +}