fix hostname

main
Ryan Moon 2024-08-12 01:46:03 -04:00
parent e040ce4489
commit ed228020ac
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ export default function () {
const url = useRequestURL()
const config = useRuntimeConfig()
if (url.hostname === 'tinysites') {
if (url.hostname === 'whois.tinysites') {
return useState('host', () => config.public.HNS)
} else {
return useState('host', () => config.public.DNS)