From e65c0423610ef97a9df95bac7a3fee4fe73ff8f7 Mon Sep 17 00:00:00 2001 From: Alexander10Alv Date: Tue, 7 Jul 2026 13:48:32 -0500 Subject: [PATCH 1/2] Add miusearch.json for domain configuration --- domains/miusearch.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/miusearch.json diff --git a/domains/miusearch.json b/domains/miusearch.json new file mode 100644 index 00000000000..4a7029aba04 --- /dev/null +++ b/domains/miusearch.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Alexander10Alv", + "email": "linsalo19b@gmail.com" + }, + "record": { + "CNAME": "miusearch.arekutennyson23.workers.dev" + } +} From e6da3c0def044e66bac8b29f8847da1dbae5bcf8 Mon Sep 17 00:00:00 2001 From: Alexander10Alv Date: Wed, 8 Jul 2026 13:39:17 -0500 Subject: [PATCH 2/2] Rename 'record' to 'records' in miusearch.json --- domains/miusearch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/miusearch.json b/domains/miusearch.json index 4a7029aba04..c606df9a134 100644 --- a/domains/miusearch.json +++ b/domains/miusearch.json @@ -3,7 +3,7 @@ "username": "Alexander10Alv", "email": "linsalo19b@gmail.com" }, - "record": { + "records": { "CNAME": "miusearch.arekutennyson23.workers.dev" } }