[hotfix][ci] Exclude twitter website from dead link check (#3470)

diff --git a/.dlc.json b/.dlc.json
index e80f2c3..99c96f2 100644
--- a/.dlc.json
+++ b/.dlc.json
@@ -17,6 +17,9 @@
     },
     {
       "pattern": "^https://opencollective.com"
+    },
+    {
+      "pattern": "^https://twitter.com*"
     }
   ],
   "timeout": "30s",