From d79585ae0721926d032c8e6e8fb73460bff234ed Mon Sep 17 00:00:00 2001 From: Zylo23 Date: Mon, 24 Jun 2024 16:45:18 +0700 Subject: [PATCH] feat: add domain configuration for pyyupsk.pages.dev Added domains/pyyupsk.json to configure domain settings for the site. --- domains/pyyupsk.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/pyyupsk.json diff --git a/domains/pyyupsk.json b/domains/pyyupsk.json new file mode 100644 index 000000000..f3c04cdaf --- /dev/null +++ b/domains/pyyupsk.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "pyyupsk", + "email": "pyyupsk@proton.me" + }, + "description": "πŸ‘‹ Hello! I'm フゑース, a passionate full-stack developer with a passionate about creating innovative solutions that have a positive impact on people's lives.", + "repo": "https://github.com/pyyupsk/personal-website", + "record": { + "CNAME": "pyyupsk.pages.dev" + } + } + \ No newline at end of file