takanome-dev / astro.go.blog

Blog app with Astro 🚀 on the front and Go 🐹 on the back
https://blog-with-astro-golang.vercel.app/
MIT License
33 stars 5 forks source link

Bug: remove hard-coded user in dashboard and join user data with post #26

Closed takanome-dev closed 1 year ago

takanome-dev commented 1 year ago

Currently, the username and image is hard-coded in the dashboard.

Remove it and join the user data with post in the Go server and update the frontend accordingly