From f630f1cc40877343a36cd8672d249d603f84b0fd Mon Sep 17 00:00:00 2001 From: IMXNOOBX <69653071+IMXNOOBX@users.noreply.github.com> Date: Tue, 4 Feb 2025 17:01:46 +0100 Subject: [PATCH 1/2] Added noob.bio portfolio into registered subdomains for is-a.dev --- domains/_discord.noob.json | 9 +++++++++ domains/noob.json | 12 ++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 domains/_discord.noob.json create mode 100644 domains/noob.json diff --git a/domains/_discord.noob.json b/domains/_discord.noob.json new file mode 100644 index 000000000..e2d192999 --- /dev/null +++ b/domains/_discord.noob.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "IMXNOOBX", + "email": "me@noob.bio" + }, + "record": { + "TXT": "dh=4bda89987e4e232aac78bb9d0a0e973c96166119" + } +} \ No newline at end of file diff --git a/domains/noob.json b/domains/noob.json new file mode 100644 index 000000000..fb0b0a9f1 --- /dev/null +++ b/domains/noob.json @@ -0,0 +1,12 @@ +{ + "description": "My personal portfolio site, made in nextjs", + "repo": "https://github.com/is-a-dev/docs", + "owner": { + "username": "IMXNOOBX", + "email": "me@noob.bio" + }, + "record": { + "CNAME": "noob.bio" + }, + "proxied": false + } \ No newline at end of file From 30c88fcea10498e9804819fb0a1907d120a7295e Mon Sep 17 00:00:00 2001 From: IMXNOOBX <69653071+IMXNOOBX@users.noreply.github.com> Date: Tue, 4 Feb 2025 17:08:39 +0100 Subject: [PATCH 2/2] Updated repo url --- domains/noob.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/noob.json b/domains/noob.json index fb0b0a9f1..5f359b803 100644 --- a/domains/noob.json +++ b/domains/noob.json @@ -1,6 +1,6 @@ { "description": "My personal portfolio site, made in nextjs", - "repo": "https://github.com/is-a-dev/docs", + "repo": "https://github.com/IMXNOOBX/universe", "owner": { "username": "IMXNOOBX", "email": "me@noob.bio"