summary refs log tree commit diff stats
path: root/dnsconfig.js
diff options
context:
space:
mode:
Diffstat (limited to 'dnsconfig.js')
-rw-r--r--dnsconfig.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/dnsconfig.js b/dnsconfig.js
index 8a3d3e1..ea11d85 100644
--- a/dnsconfig.js
+++ b/dnsconfig.js
@@ -21,10 +21,10 @@ function https(record) {
  * @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'] }))
   ]
 }