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: Viewing a post shouldn't redirect to login page if you're not logged in #55

Closed takanome-dev closed 1 year ago

takanome-dev commented 1 year ago

Describe the bug

If the user is not logged in, they will be redirect to the login page when they try to view a post

Solution

Allow unauthed users to view a post

Steps to reproduce

Skip

Browsers

Chrome, Firefox

Additional context (Is this in dev or production?)

No response

Contributing Docs