From ece14f88500b072d446ed05a99aef1d502d8deb1 Mon Sep 17 00:00:00 2001 From: Themadpunter <106832853+familycomicsstudios@users.noreply.github.com> Date: Sun, 28 Jul 2024 19:13:59 -0500 Subject: [PATCH] Create tdwb.is-an.app.js --- domains/tdwb.is-an.app.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/tdwb.is-an.app.js diff --git a/domains/tdwb.is-an.app.js b/domains/tdwb.is-an.app.js new file mode 100644 index 00000000..1f0bce7a --- /dev/null +++ b/domains/tdwb.is-an.app.js @@ -0,0 +1,12 @@ +addSubDomain({ + description: 'A top-down .io hero shooter game.', + domain: 'is-an.app', + subdomain: 'tdwb', + owner: { + repo: 'https://github.com/Themadpunter-Studios/tdwb', + email: 'themadpunter@proton.me', + }, + record: { + CNAME: 'themadpunter-studios.github.io' + } +})