drunkenvalley / no-pressure

Welcome to the No Pressure Community repository for the website. This is a public project, enabling the community to join and help us make the community better and better.
https://no-pressure.eu/
5 stars 8 forks source link

Fetching discord json in getStaticProps #71

Closed drunkenvalley closed 1 year ago

drunkenvalley commented 1 year ago

This is a branch to facilitate making the Discord widget into one built from our own JSON.

In this particular case, the branch provides:

  1. Interface for Discord JSON data
  2. A function to fetch Discord JSON data
  3. Static props on Home page
  4. About and Discord split up for maintenance ease
  5. /invite page added for ease of use in About, direct linking
vercel[bot] commented 1 year ago

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

Name Status Preview Comments Updated (UTC)
no-pressure ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 5, 2023 3:01pm
drunkenvalley commented 1 year ago

While there are improvements that can be made, I think I'm generally satisfied with this.