Skip to content

Commit

Permalink
adding support site (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: Al Mithani <[email protected]>
  • Loading branch information
almithani and Al Mithani authored Dec 8, 2023
1 parent dd2c881 commit e951cc6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions banklesscard-xyz/cloudflare/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,12 @@ locals {
"value" = "bankless-card.github.io",
"ttl" = 1,
"proxied" = false
},
"support" = {
"name" = "support",
"value" = "2ab5be0753-hosting.gitbook.io",
"ttl" = 1,
"proxied" = false
}
}

Expand Down

0 comments on commit e951cc6

Please sign in to comment.