hackclub / site

🌈 The new, new Hack Club website (uses Next.js & Theme UI).
https://hackclub.com
Other
185 stars 166 forks source link

Fix GitHub build #1123

Closed MatthewStanciu closed 6 months ago

MatthewStanciu commented 6 months ago

The site was failing to build because one of the latest commits didn't have a URL property and the GitHub code assumed it did. This PR ads optional chaining to prevent that & fix the builds.

vercel[bot] commented 6 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
site ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 16, 2024 3:21am
lachlanjc commented 6 months ago

📝 Changed routes:

Commit 55c86a40878a559069c81f75e995564b7f658abe (https://site-krt06ke2e.hackclub.dev).

sampoder commented 6 months ago

Thanks Matthew!