remove outdated comment
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M dnsconfig.js → dnsconfig.js
@@ -21,10 +21,10 @@ /** * @param {string} name */ function fly(name) { + // prettier-ignore return [ ALIAS(name, 'alanpearce-eu.fly.dev.'), - // neither vercel nor netlify support HTTP/3 yet - HTTPS(name, 1, '.', https({ alpn: ['h2'] })), + HTTPS(name, 1, '.', https({ alpn: ['h2'] })) ] }