Hi, @Chi, and welcome to the Netlify community site.
I’m showing this domain is using external DNS. The www subdomain has the recommended CNAME record:
www.hackph.tech. 1800 IN CNAME hackphquarantine.netlify.com.
However, the apex/root domain doesn’t have the recommended A record (or ALIAS type record to the CNAME if your DNS service supports this). There is no answer for the apex/root domain at this time:
$ dig hackph.tech +noall +answer
; <<>> DiG 9.10.6 <<>> hackph.tech +noall +answer
;; global options: +cmd
Here is a link to a GUI dig
tool which shows this also:
https://toolbox.googleapps.com/apps/dig/#A/hackph.tech
The solution for this will be to either add an ALIAS record (again, only if the DNS service supports this) or the A record pointing to 104.198.14.52
for the apex/root domain.
Would you please try adding that? If it doesn’t resolve the issue, please let us know.