From c8b5bf5c0c148485d94375eb0fbc22d1c16ab412 Mon Sep 17 00:00:00 2001 From: Antoni Jon Date: Fri, 12 Aug 2022 13:19:11 +0000 Subject: [PATCH] change subdomain name --- domains/akemi.json | 12 ------------ domains/cherrypie.json | 11 +++++++++++ 2 files changed, 11 insertions(+), 12 deletions(-) delete mode 100644 domains/akemi.json create mode 100644 domains/cherrypie.json diff --git a/domains/akemi.json b/domains/akemi.json deleted file mode 100644 index 15cf69948..000000000 --- a/domains/akemi.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "My personal website goes here", - "repo": "https://github.com/ItzCuteAkemi/itzcuteakemi.github.io", - "owner": { - "username": "ItzCuteAkemi", - "email": "christianpandapotans@gmail.com", - "twitter": "@ItzCuteAkemi" - }, - "record": { - "CNAME": "itzcuteakemi.github.io" - } -} diff --git a/domains/cherrypie.json b/domains/cherrypie.json new file mode 100644 index 000000000..7a1baf0e9 --- /dev/null +++ b/domains/cherrypie.json @@ -0,0 +1,11 @@ +{ + "description": "My personal website goes here", + "repo": "https://github.com/MiracleCherryPie/itzcuteakemi.github.io", + "owner": { + "username": "MiracleCherryPie", + "email": "christianpandapotans@gmail.com" + }, + "record": { + "CNAME": "miraclecherrypie.github.io" + } +}