From 61cf7181759d03a3526606835b97ed1fcd86f6f3 Mon Sep 17 00:00:00 2001 From: Luihh Date: Tue, 14 Jan 2025 15:19:39 -0500 Subject: [PATCH 1/3] Delete l.luihh.json --- domains/l.luihh.json | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 domains/l.luihh.json diff --git a/domains/l.luihh.json b/domains/l.luihh.json deleted file mode 100644 index 63dcf8817..000000000 --- a/domains/l.luihh.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "owner": { - "username": "luihh", - "email": "luihh@proton.me" - }, - "record": { - "URL": "https://luihh.is-a.dev" - }, - "redirect_config": { - "custom_paths": { - "/github": "https://github.com/luihh", - "/twitch": "https://www.twitch.tv/luihh23", - "/youtube": "https://www.youtube.com/@Luihh", - "/discord": "https://discord.com/users/481268875586174986", - "/steam": "https://steamcommunity.com/id/Luihh23", - "/paypal": "https://www.paypal.com/paypalme/luihhdev" - }, - "redirect_paths": true - } -} From 4e5f59c478353cd85201cad3a1531864b9552ecd Mon Sep 17 00:00:00 2001 From: Luihh Date: Tue, 14 Jan 2025 15:27:50 -0500 Subject: [PATCH 2/3] Update luihh.json --- domains/luihh.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/domains/luihh.json b/domains/luihh.json index a5fef5c3b..acd06a4f3 100644 --- a/domains/luihh.json +++ b/domains/luihh.json @@ -6,5 +6,16 @@ }, "record": { "CNAME": "spreadsheet-fih.pages.dev" - } + }, + "redirect_config": { + "custom_paths": { + "/github": "https://github.com/luihh", + "/twitch": "https://www.twitch.tv/luihh23", + "/youtube": "https://www.youtube.com/@Luihh", + "/discord": "https://discord.gg/MdMFGJdUB6", + "/steam": "https://steamcommunity.com/id/Luihh23", + "/paypal": "https://www.paypal.com/paypalme/luihhdev" + }, + }, + "proxied": true } From 8bd32195043e7b11ab1d678809b875ab58edf1b1 Mon Sep 17 00:00:00 2001 From: Luihh Date: Tue, 14 Jan 2025 15:32:59 -0500 Subject: [PATCH 3/3] Remove trailing comma --- domains/luihh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/luihh.json b/domains/luihh.json index acd06a4f3..54d42ba90 100644 --- a/domains/luihh.json +++ b/domains/luihh.json @@ -15,7 +15,7 @@ "/discord": "https://discord.gg/MdMFGJdUB6", "/steam": "https://steamcommunity.com/id/Luihh23", "/paypal": "https://www.paypal.com/paypalme/luihhdev" - }, + } }, "proxied": true }