From a76e0e4473bbe445a72474fa888feebc70603990 Mon Sep 17 00:00:00 2001 From: Vgb <109846934+NgVGB@users.noreply.github.com> Date: Fri, 18 Nov 2022 13:33:36 +0700 Subject: [PATCH 1/2] Add files via upload --- domains/blueberry.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/blueberry.json diff --git a/domains/blueberry.json b/domains/blueberry.json new file mode 100644 index 000000000..74c80c39f --- /dev/null +++ b/domains/blueberry.json @@ -0,0 +1,11 @@ +{ + "description": "My personal website", + "repo": "https://github.com/NgVGB/NgVGB.github.io", + "owner": { + "username": "NgVGB", + "email": "dangnguyen101191@gmail.com", + }, + "record": { + "CNAME": "NgVGB.github.io" + } +} \ No newline at end of file From ee981aa4291c4a1f1b5016976625133f7662a2b7 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Sun, 11 Dec 2022 16:02:35 +0700 Subject: [PATCH 2/2] fix JSON --- domains/blueberry.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/blueberry.json b/domains/blueberry.json index 74c80c39f..cbffb1225 100644 --- a/domains/blueberry.json +++ b/domains/blueberry.json @@ -3,9 +3,9 @@ "repo": "https://github.com/NgVGB/NgVGB.github.io", "owner": { "username": "NgVGB", - "email": "dangnguyen101191@gmail.com", + "email": "dangnguyen101191@gmail.com" }, "record": { "CNAME": "NgVGB.github.io" } -} \ No newline at end of file +}