From a90620e99fea93eba9e37bb900c768a217c97145 Mon Sep 17 00:00:00 2001 From: Israel Mayr <77741588+coolschool6@users.noreply.github.com> Date: Tue, 25 Nov 2025 16:55:24 -0400 Subject: [PATCH] Add happyhookinghaven.json configuration file --- happyhookinghaven.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 happyhookinghaven.json diff --git a/happyhookinghaven.json b/happyhookinghaven.json new file mode 100644 index 0000000..89e6415 --- /dev/null +++ b/happyhookinghaven.json @@ -0,0 +1,11 @@ +{ + "domain": "happyhookinghaven", + "subdomain": "is-a.co", + "owner": { + "email": null + }, + "record": { + "CNAME": "coolschool6.github.io" + }, + "proxied": true +}