From e71358e06abc1a47766392834fe1e14f104131f3 Mon Sep 17 00:00:00 2001 From: Den Delimarsky Date: Fri, 13 Mar 2026 14:11:51 +0000 Subject: [PATCH] Add TXT record for Google site verification :house: Remote-Dev: homespace --- src/config/records.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/config/records.ts b/src/config/records.ts index 6f3f971..8db7cc4 100644 --- a/src/config/records.ts +++ b/src/config/records.ts @@ -66,6 +66,11 @@ export const DNS_RECORDS: Record = { type: 'TXT', content: 'google-site-verification=UI0Tjq-ecUgNu3kFATkW87qcabX6kTljsbYjms2-FdQ', }, + { + subdomain: '@', + type: 'TXT', + content: 'google-site-verification=FhpMfMf1V9X1n7NSWPcUcb7cKXtUElzM8cbEBm3WXd4', + }, // Other TXT verifications { subdomain: '@', type: 'TXT', content: 'czyymtp25a' },