make kruase subdomain mirror vercel, move A record to api.kruase subdomain

This commit is contained in:
KruASe76
2025-03-12 18:12:42 +03:00
committed by KruASe
parent b1ac70ce70
commit 6cd129bc96
2 changed files with 17 additions and 10 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"description": "Development and pet-project APIs",
"repo": "https://github.com/KruASe76",
"owner": {
"username": "KruASe76",
"email": "kruanse@ya.ru",
"telegram": "https://t.me/KruASe"
},
"record": {
"A": [
"89.19.177.86"
]
},
"proxied": true
}
+2 -10
View File
@@ -1,5 +1,5 @@
{
"description": "For personal development usage",
"description": "Root subdomain, just a CNAME to Vercel",
"repo": "https://github.com/KruASe76",
"owner": {
"username": "KruASe76",
@@ -7,15 +7,7 @@
"telegram": "https://t.me/KruASe"
},
"record": {
"A": [
"89.19.177.86"
]
},
"redirect_config": {
"custom_paths": {
"/blog": "https://kruase.vercel.app"
},
"redirect_paths": true
"CNAME": "kruase.vercel.app"
},
"proxied": true
}