Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #15 from pathfindertogami/main
Browse files Browse the repository at this point in the history
Create path.js
  • Loading branch information
ocoke authored Dec 29, 2023
2 parents 3010ff8 + 8edfa70 commit 2c971af
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions domains/proj.sbs/path.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
export default {
owner: {
// your github username
user: "pathfindertogami",
// your github email
email: "otsosdarom@gmail.com",
},
records: [
{
type: "CNAME",
record: "pathfindertogami.github.io",
proxied: true,
ttl: 60,
}
]
}

0 comments on commit 2c971af

Please sign in to comment.