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 #23 from andreaTP/std-uritemplate
Browse files Browse the repository at this point in the history
Add std_uritemplate to verify on Google Search Console
  • Loading branch information
ocoke authored Feb 9, 2024
2 parents d3499e4 + cf86e3f commit 698cbd8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions domains/proj.sbs/std_uritemplate.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
export default {
owner: {
user: "andreaTP",
email: "[email protected]",
},
records: [
{
type: "CNAME",
record: "std-uritemplate.github.io",
proxied: false,
ttl: 60,
},
{
// Used to verify a domain in the Google Search console to publish the Dart package of:
// https://github.com/std-uritemplate/std-uritemplate
type: "TXT",
record: "google-site-verification=ITsxQ9eqNNXR6B1vHPgf323lFXFU2W-wtJW_eqavP1w",
ttl: 60,
},
]
}

0 comments on commit 698cbd8

Please sign in to comment.