From 4febb8716fc181237ab09678e6e996bcb7e66f3c Mon Sep 17 00:00:00 2001 From: zstg Date: Wed, 7 May 2025 20:47:09 +0530 Subject: [PATCH] Add notes subdomain --- domains/notes.zstg.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/notes.zstg.json diff --git a/domains/notes.zstg.json b/domains/notes.zstg.json new file mode 100644 index 000000000..278db0d0d --- /dev/null +++ b/domains/notes.zstg.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "zstg", + "email": "zestig@duck.com", + "twitter": "zstg" + }, + "records": { + "CNAME": "zstg.github.io/Notes" + } +}