From d03b1227672718ff8035a459490c39a05b42a0ec Mon Sep 17 00:00:00 2001 From: betich Date: Mon, 3 Jul 2023 03:23:49 +0700 Subject: [PATCH] Add a point at the end of the record to see what happens --- update.mjs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/update.mjs b/update.mjs index b1ae1bc..5bac3e8 100644 --- a/update.mjs +++ b/update.mjs @@ -18,10 +18,10 @@ const config = [ // gh pages ['preview.freshmen2023.sgcu.in.th', 'CNAME', 'isd-sgcu.github.io'], // A records to gh pages - ['preview.freshmen2023.sgcu.in.th', 'A', '185.199.108.153'], - ['preview.freshmen2023.sgcu.in.th', 'A', '185.199.109.153'], - ['preview.freshmen2023.sgcu.in.th', 'A', '185.199.110.153'], - ['preview.freshmen2023.sgcu.in.th', 'A', '185.199.111.153'], + ['preview.freshmen2023.sgcu.in.th.', 'A', '185.199.108.153'], + ['preview.freshmen2023.sgcu.in.th.', 'A', '185.199.109.153'], + ['preview.freshmen2023.sgcu.in.th.', 'A', '185.199.110.153'], + ['preview.freshmen2023.sgcu.in.th.', 'A', '185.199.111.153'], ] const zoneId = process.env.CLOUDFLARE_ZONE_ID