Merge pull request #20735 from bmulla7/main

Add bandu.json configuration for domain ownership and CNAME record
This commit is contained in:
21Z
2025-03-02 16:02:45 +04:00
committed by GitHub
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "bmulla7",
"email": "bmulla7@gmail.com"
},
"record": {
"CNAME": "bandu.pages.dev"
}
}