Discord page not found
kirillmorozov opened this issue · 2 comments
kirillmorozov commented
Bug description
GameCI website is missing https://game.ci/discord page.
Steps to reproduce
- Go to https://game.ci/discord
- Observe Page Not Found error
Expected behavior
Page shows data related to the GameCI discord server.
Additional details
Here's a screenshot as seen on my device:
webbertakken commented
Thank you for reporting this!
I believe this broke when we moved from Vercel to Firebase. The reason being that I had manually configured that route in Vercel.
We have to do the same in Firebase using the hosting rewrites, which can be committed to the documentation repo.
davidmfinol commented
Fixed by #381