From 3f95b73d8adaf5f5b0adc868f6a0ca15e33ad0c6 Mon Sep 17 00:00:00 2001 From: - HARYs - <174037813+harys722@users.noreply.github.com> Date: Sun, 20 Apr 2025 21:56:14 +0500 Subject: [PATCH 1/2] Create harys.json I'm using Netlify to get this subdomain. --- domains/harys.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/harys.json diff --git a/domains/harys.json b/domains/harys.json new file mode 100644 index 000000000..45437ecf5 --- /dev/null +++ b/domains/harys.json @@ -0,0 +1,11 @@ +{ + "description": "For my personal site.", + "repo": "https://github.com/harys722/harys.is-a.dev", + "owner": { + "username": "harys722", + "discord": "1203357768610746385" + }, + "record": { + "A": ["75.2.60.5"] + } +} From 468d6f22ace2047f056bf23dc4f8ce3facc2caf6 Mon Sep 17 00:00:00 2001 From: - HARYs - <174037813+harys722@users.noreply.github.com> Date: Mon, 21 Apr 2025 11:54:32 +0500 Subject: [PATCH 2/2] Register harys.json --- domains/harys.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/harys.json b/domains/harys.json index 45437ecf5..268a000fc 100644 --- a/domains/harys.json +++ b/domains/harys.json @@ -1,11 +1,11 @@ { - "description": "For my personal site.", - "repo": "https://github.com/harys722/harys.is-a.dev", + "description": "For my personal showcase website.", + "repo": "https://github.com/harys722/harys722.github.io", "owner": { "username": "harys722", "discord": "1203357768610746385" }, "record": { - "A": ["75.2.60.5"] + "CNAME": "harys722.github.io" } }