From ccf47814466d467ce5027d4e85d1e8fa5d33b60a Mon Sep 17 00:00:00 2001 From: Kushagra Rathore <71135665+kushagra1212@users.noreply.github.com> Date: Sun, 13 Apr 2025 21:00:48 +0000 Subject: [PATCH] feat: update flowwing.json --- domains/docs.flowwing.json | 12 ++++++++++++ domains/flowwing.json | 2 +- domains/kushagra.json | 11 +++++++++++ 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 domains/docs.flowwing.json create mode 100644 domains/kushagra.json diff --git a/domains/docs.flowwing.json b/domains/docs.flowwing.json new file mode 100644 index 000000000..a7665d389 --- /dev/null +++ b/domains/docs.flowwing.json @@ -0,0 +1,12 @@ +{ + "description": "Documentation Flow-Wing Programming Language", + "repo": "https://github.com/kushagra1212/Flow-Wing", + "owner": { + "username": "kushagra1212", + "email": "kushagrarathore002@gmail.com" + }, + "record": { + "CNAME": "flow-wing-docs.vercel.app" + } + } + \ No newline at end of file diff --git a/domains/flowwing.json b/domains/flowwing.json index 91c43c6d1..04ad08f67 100644 --- a/domains/flowwing.json +++ b/domains/flowwing.json @@ -6,6 +6,6 @@ "email": "kushagrarathore002@gmail.com" }, "record": { - "A": ["34.19.126.68"] + "CNAME": "flowwing.frii.site" } } diff --git a/domains/kushagra.json b/domains/kushagra.json new file mode 100644 index 000000000..116037ce9 --- /dev/null +++ b/domains/kushagra.json @@ -0,0 +1,11 @@ +{ + "description": "Kushagra Rathore's portfolio website", + "owner": { + "username": "kushagra1212", + "email": "kushagrarathore002@gmail.com" + }, + "record": { + "CNAME": "kushagra.frii.site" + } + } + \ No newline at end of file