From 6bbf97f709180b685722888ecf39ceb0a311827a Mon Sep 17 00:00:00 2001 From: guilleLM71 <118865731+guilleLM71@users.noreply.github.com> Date: Mon, 24 Mar 2025 14:43:17 +0000 Subject: [PATCH 1/5] fix cname --- domains/guillelm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/guillelm.json b/domains/guillelm.json index 361bf23d1..ed6d5b8b5 100644 --- a/domains/guillelm.json +++ b/domains/guillelm.json @@ -6,6 +6,6 @@ "email": "jlauram3@fcpn.edu.bo" }, "record": { - "CNAME": "guillelm71.github.io" + "CNAME": "guillelm71.github.io/portafolio" } } From 95a01c04a1c9acce6ce633abd8d9d283b1c409f3 Mon Sep 17 00:00:00 2001 From: guilleLM71 <118865731+guilleLM71@users.noreply.github.com> Date: Mon, 24 Mar 2025 14:50:12 +0000 Subject: [PATCH 2/5] fix cname --- domains/guillelm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/guillelm.json b/domains/guillelm.json index ed6d5b8b5..361bf23d1 100644 --- a/domains/guillelm.json +++ b/domains/guillelm.json @@ -6,6 +6,6 @@ "email": "jlauram3@fcpn.edu.bo" }, "record": { - "CNAME": "guillelm71.github.io/portafolio" + "CNAME": "guillelm71.github.io" } } From ac583da2916ccb07196b0fe2592d3db66f8d2171 Mon Sep 17 00:00:00 2001 From: guilleLM71 <118865731+guilleLM71@users.noreply.github.com> Date: Mon, 24 Mar 2025 17:52:29 +0000 Subject: [PATCH 3/5] fix repo name --- domains/guillelm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/guillelm.json b/domains/guillelm.json index 361bf23d1..b577ee1e8 100644 --- a/domains/guillelm.json +++ b/domains/guillelm.json @@ -1,6 +1,6 @@ { "description": "Personal Portfolio Tech Website...", - "repo": "https://github.com/guilleLM71/portafolio", + "repo": "https://github.com/guilleLM71/guillelm71.github.io", "owner": { "username": "guilleLM71", "email": "jlauram3@fcpn.edu.bo" From 65d7da36f8177c95e568b2eb951e662d217c9010 Mon Sep 17 00:00:00 2001 From: guilleLM71 <118865731+guilleLM71@users.noreply.github.com> Date: Mon, 24 Mar 2025 18:52:09 +0000 Subject: [PATCH 4/5] fix repo name --- .vscode/settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..b242572ef --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "githubPullRequests.ignoredPullRequestBranches": [ + "main" + ] +} \ No newline at end of file From 94f7fe7f0e257a105855e5c04eed7cd3edabbc83 Mon Sep 17 00:00:00 2001 From: orangc Date: Tue, 25 Mar 2025 09:53:14 +0300 Subject: [PATCH 5/5] Delete .vscode/settings.json --- .vscode/settings.json | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index b242572ef..000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "githubPullRequests.ignoredPullRequestBranches": [ - "main" - ] -} \ No newline at end of file