diff --git a/domains/bloodbbs.is-a.co.json b/domains/bloodbbs.is-a.co.json new file mode 100644 index 0000000..3e36f08 --- /dev/null +++ b/domains/bloodbbs.is-a.co.json @@ -0,0 +1,25 @@ +## Here is a sample file +⚠️ Do remove the '<>' in the value fields +```js +addSubDomain({ + description: '', + domain: 'is-a.co', + subdomain: '', + owner: { + repo: 'https://github.com//', + email: '', + }, + record: { + CNAME: '', + }, + nested: [ + { + subdomain: '', + record: { + A: '65.163.121.99', + }, + }, + + ], +}) +``` diff --git a/domains/readme.md b/domains/readme.md deleted file mode 100644 index 773745b..0000000 --- a/domains/readme.md +++ /dev/null @@ -1,30 +0,0 @@ -## Here is a sample file -⚠️ Do remove the '<>' in the value fields -```js -addSubDomain({ - description: '', - domain: 'is-a.co', - subdomain: '', - owner: { - repo: 'https://github.com//', - email: '', - }, - record: { - CNAME: '', - }, - nested: [ - { - subdomain: '', - record: { - CNAME: '', - }, - }, - { - subdomain: '', - record: { - CNAME: '', - }, - }, - ], -}) -```