From 802d4f9ad4c3daf609757c8d4258b27171f67af0 Mon Sep 17 00:00:00 2001 From: "ac.dev" Date: Sat, 9 Nov 2024 07:50:19 +0700 Subject: [PATCH 1/2] Create ac.json --- domains/ac.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/ac.json diff --git a/domains/ac.json b/domains/ac.json new file mode 100644 index 000000000..362650bf9 --- /dev/null +++ b/domains/ac.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "acdev1508", + "email": "acgamer1508@gmail.com" + }, + "repo": "https://github.com/acdev1508/acdev1508.github.io", + "record": { + "CNAME": "acdev1508.github.io" + } +} From ca3ea062bfa4311a25b599adfcf1b30690255b91 Mon Sep 17 00:00:00 2001 From: CuteDog5695 Date: Sat, 9 Nov 2024 16:59:49 +0200 Subject: [PATCH 2/2] Prettify the json file --- domains/ac.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/domains/ac.json b/domains/ac.json index 362650bf9..688a1d5e7 100644 --- a/domains/ac.json +++ b/domains/ac.json @@ -1,10 +1,10 @@ { - "owner": { - "username": "acdev1508", - "email": "acgamer1508@gmail.com" - }, - "repo": "https://github.com/acdev1508/acdev1508.github.io", - "record": { - "CNAME": "acdev1508.github.io" - } + "repo": "https://github.com/acdev1508/acdev1508.github.io", + "owner": { + "username": "acdev1508", + "email": "acgamer1508@gmail.com" + }, + "record": { + "CNAME": "acdev1508.github.io" + } }