mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-30 08:22:08 +00:00
Merge branch 'main' into main
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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) =>
|
||||
|
||||
Reference in New Issue
Block a user