From 5ac87195473a10b6fefd509f3ec99bad66bfe736 Mon Sep 17 00:00:00 2001 From: maxyeh0817 <55946517+maxyeh0817@users.noreply.github.com> Date: Fri, 25 Apr 2025 23:38:26 +0800 Subject: [PATCH] Update edition.json --- domains/edition.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/domains/edition.json b/domains/edition.json index d3f5a12fa..5b9cda660 100644 --- a/domains/edition.json +++ b/domains/edition.json @@ -1 +1,11 @@ - +{ + "description": "Website to introduce the project I have made", + "repo": "https://github.com/maxyeh0817/Edition", + "owner": { + "username": "maxyeh0817", + "email": "maxyeh0817@gmail.com" + }, + "records": { + "CNAME": "maxyeh0817.github.io" + } +}