Skip to content

Commit

Permalink
Create molikai.is-an.app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nan2xiao authored Mar 22, 2024
1 parent 411b4c6 commit d170d77
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions domains/molikai.is-an.app.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
// for more details watch the file `./domains.d.ts`

addSubDomain({
description: 'Uptime Status',
domain: 'is-an.app',
subdomain: 'molikai',
owner: {
repo: 'https://github.com/nan2xiao/uptime-status',
email: '[email protected]',
},
record: {
CNAME: 'uptime-status-c2k.pages.dev',
},
proxy: false,
nested: [{
subdomain: 'image',
record: {
CNAME: 'cf-telegraph-image.pages.dev',
},
proxy: false,
}]
})

0 comments on commit d170d77

Please sign in to comment.