Merge branch 'main' into main

This commit is contained in:
Akash Raj
2024-09-08 12:46:35 +05:30
committed by GitHub
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"description": "portfolio / profile page",
"repo": "https://github.com/slovakians/crvts",
"owner": {
"username": "Slovakians",
"email": "siresirol937@gmail.com"
},
"record": {
"CNAME": "slovakians.github.io"
}
}
+1 -1
View File
@@ -17,7 +17,7 @@ const isValidURL = and([R.is(String), testRegex(/^https?:\/\//gi)]);
const isValidDomain = and([
R.is(String),
testRegex(/^(([a-z0-9-]+)\.)+[a-z]+$/gi),
testRegex(/^(([a-z0-9-_]+)\.)*(([a-z0-9-]+)\.)+[a-z]+$/gi),
]);
const validateCnameRecord = (type) =>