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
32 stars 5 forks source link

Refactor: move draft posts filtering to the server #65

Closed takanome-dev closed 10 months ago

takanome-dev commented 11 months ago

Type of feature

🧑‍💻 Refactor

Current behavior

https://github.com/takanome-dev/blog-with-astro-golang/blob/a64cbdcd0023e2c1a1bb6f63be8165912abaca63/client/src/pages/dashboard/index.astro#L18-L30

Suggested solution

Move that logic to the server

Additional context

No response

Contributing Docs