Merge pull request #19769 from vyfor/update

feat: create `vyfor.json`
This commit is contained in:
DIBSTER
2025-02-12 19:04:47 -05:00
committed by GitHub
2 changed files with 14 additions and 3 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
{
"owner": {
"username": "ReBlast",
"discord": "poxuizm"
"username": "vyfor",
"discord": "vyfor"
},
"record": {
"CNAME": "axeon.pages.dev"
}
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "minimal portfolio",
"repo": "https://github.com/vyfor/page",
"owner": {
"username": "vyfor",
"discord": "vyfor"
},
"record": {
"CNAME": "vyfor.pages.dev"
}
}