From dddff8a0105a5ed0378bc070b6eb331ea6eb891a Mon Sep 17 00:00:00 2001 From: Guilherme Lacerda <59027684+lacerdaguilherme@users.noreply.github.com> Date: Mon, 28 Apr 2025 20:25:19 -0300 Subject: [PATCH 1/2] Add guilherme.is-a.dev domain --- domains/guilherme.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/guilherme.json diff --git a/domains/guilherme.json b/domains/guilherme.json new file mode 100644 index 000000000..7e1e8789a --- /dev/null +++ b/domains/guilherme.json @@ -0,0 +1,11 @@ +{ + "description": "Guilherme Lacerda's personal website", + "repo": "https://github.com/lacerdaguilherme/lacerdaguilherme.github.io", + "owner": { + "username": "lacerdaguilherme", + "email": "lacerdaguilherme@gmail.com" + }, + "record": { + "CNAME": "lacerdaguilherme.github.io" + } + } \ No newline at end of file From b493207b9601bb3aa3b2c68cb2fb088ddc2909d7 Mon Sep 17 00:00:00 2001 From: 21Z <21z95@proton.me> Date: Tue, 6 May 2025 14:58:11 +0400 Subject: [PATCH 2/2] fix: field name --- domains/guilherme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/guilherme.json b/domains/guilherme.json index 7e1e8789a..36b5bcff4 100644 --- a/domains/guilherme.json +++ b/domains/guilherme.json @@ -5,7 +5,7 @@ "username": "lacerdaguilherme", "email": "lacerdaguilherme@gmail.com" }, - "record": { + "records": { "CNAME": "lacerdaguilherme.github.io" } } \ No newline at end of file