🔖 Enhancement description
Currently, in footer social handles section the website links to twitter.com/appwrite, which redirects to x.com/appwrite due to Twitter's rebranding. This introduces a minor but avoidable latency caused by an extra HTTP request during redirection. This doesn't affect any functionality but still it would be better to use x.com which could reduce page load latency and avoids unnecessary page redirection.
🎤 Pitch
This will reduce page load latency and avoids unnecessary page redirection.
Change twitter.com -> x.com in const APP_SOCIAL_TWITTER.
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?