From 82e93605235199165aa64488925ea47cad1939c3 Mon Sep 17 00:00:00 2001 From: Andrea Peruffo Date: Wed, 7 Feb 2024 10:52:41 +0000 Subject: [PATCH 1/3] Add std-uritemplate to verify on Google Search Console --- domains/proj.sbs/std-uritemplate.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 domains/proj.sbs/std-uritemplate.js diff --git a/domains/proj.sbs/std-uritemplate.js b/domains/proj.sbs/std-uritemplate.js new file mode 100644 index 0000000..d5cef75 --- /dev/null +++ b/domains/proj.sbs/std-uritemplate.js @@ -0,0 +1,21 @@ +export default { + owner: { + user: "andreaTP", + email: "andrea.peruffo1982@gmail.com", + }, + 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=d11CPNNEGVtX87AIyfp64R8d4X_rf2UdXFSLsn09u2Q", + ttl: 60, + }, + ] +} From 2abaa4c048c0b3990bde84f00807ec4e84345bb9 Mon Sep 17 00:00:00 2001 From: Andrea Peruffo Date: Wed, 7 Feb 2024 11:05:21 +0000 Subject: [PATCH 2/3] use underscore because of dart --- domains/proj.sbs/{std-uritemplate.js => std_uritemplate.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/proj.sbs/{std-uritemplate.js => std_uritemplate.js} (100%) diff --git a/domains/proj.sbs/std-uritemplate.js b/domains/proj.sbs/std_uritemplate.js similarity index 100% rename from domains/proj.sbs/std-uritemplate.js rename to domains/proj.sbs/std_uritemplate.js From cf86e3f0e72cb0d34b1b6854dcf14bbdb21705c8 Mon Sep 17 00:00:00 2001 From: Andrea Peruffo Date: Wed, 7 Feb 2024 11:08:51 +0000 Subject: [PATCH 3/3] update token for underscore --- domains/proj.sbs/std_uritemplate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/proj.sbs/std_uritemplate.js b/domains/proj.sbs/std_uritemplate.js index d5cef75..eab9092 100644 --- a/domains/proj.sbs/std_uritemplate.js +++ b/domains/proj.sbs/std_uritemplate.js @@ -14,7 +14,7 @@ export default { // 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=d11CPNNEGVtX87AIyfp64R8d4X_rf2UdXFSLsn09u2Q", + record: "google-site-verification=ITsxQ9eqNNXR6B1vHPgf323lFXFU2W-wtJW_eqavP1w", ttl: 60, }, ]