From f55722054334f1a0b118f7ef85973f1721265bad Mon Sep 17 00:00:00 2001 From: Thai Pangsakulyanont Date: Mon, 4 Sep 2023 21:33:58 +0700 Subject: [PATCH] Update update.mjs --- update.mjs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/update.mjs b/update.mjs index 44722ab..abc5842 100644 --- a/update.mjs +++ b/update.mjs @@ -1,4 +1,7 @@ const config = [ + // Vercel domain verification + ['_vercel.source.in.th', 'TXT', 'vc-domain-verify=cname.vercel-dns.com,285f12e4d6593c081ce2'], + // https://github.com/wonderfulsoftware/source.in.th/blob/main/public/_redirects ['source.in.th', 'CNAME', 'apex-loadbalancer.netlify.com'], ['www.source.in.th', 'CNAME', 'sourceinth.netlify.app'],