From b61f1e2ce8b546464c60f9f2502111a69c0940ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Faber=20Andr=C3=A9s=20Vergara=20Holgu=C3=ADn?= Date: Sat, 11 Jan 2025 11:59:41 -0500 Subject: [PATCH 1/3] Create emamut.json --- domains/emamut.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/emamut.json diff --git a/domains/emamut.json b/domains/emamut.json new file mode 100644 index 000000000..b7d6ceb4a --- /dev/null +++ b/domains/emamut.json @@ -0,0 +1,11 @@ +{ + "description": "Faber Vergara - Web Developer", + "repo": "https://github.com/emamut/emamut.github.io", + "owner": { + "username": "emamut", + "email": "fabervergara@gmail.ocm" + }, + "record": { + "CNAME": "emamut.github.io" + } +} From a316931556366762b9303c72ac7f010bf3104399 Mon Sep 17 00:00:00 2001 From: Faber Vergara Date: Sat, 11 Jan 2025 12:09:28 -0500 Subject: [PATCH 2/3] fix: fix repo --- domains/emamut.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/emamut.json b/domains/emamut.json index b7d6ceb4a..2e3aead97 100644 --- a/domains/emamut.json +++ b/domains/emamut.json @@ -1,11 +1,11 @@ { "description": "Faber Vergara - Web Developer", - "repo": "https://github.com/emamut/emamut.github.io", + "repo": "https://github.com/emamut/cv", "owner": { "username": "emamut", "email": "fabervergara@gmail.ocm" }, "record": { - "CNAME": "emamut.github.io" + "CNAME": "emamut.vercel.app/" } } From df0d3d8acdc21652c0270e2b260ede14eb33dcb2 Mon Sep 17 00:00:00 2001 From: iostpa Date: Sat, 11 Jan 2025 22:27:57 +0200 Subject: [PATCH 3/3] Update domains/emamut.json --- domains/emamut.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/emamut.json b/domains/emamut.json index 2e3aead97..d1b843655 100644 --- a/domains/emamut.json +++ b/domains/emamut.json @@ -6,6 +6,6 @@ "email": "fabervergara@gmail.ocm" }, "record": { - "CNAME": "emamut.vercel.app/" + "CNAME": "emamut.vercel.app" } }