narayan954 / dummygram

DummyGram is a social media application where we have posts, stories, chat, friends, authentication, comment, delete, share and like feature. It uses ReactJs in the frontend for the UI and Firebase for the backend storing the users, posts, stories and comments.
https://narayan954.github.io/dummygram/
MIT License
76 stars 185 forks source link

fix reloading issue, when user click refresh button it shows 404 page. #1260

Closed love-sonkar closed 11 months ago

love-sonkar commented 11 months ago

fixes #1043 fixed the reloading issue when user click refresh button in middle of the page it shows 404 now it's fixed.

sonarcloud[bot] commented 11 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

narayan954 commented 11 months ago

Adding some docs for reference. spa-routing spa-github-pages I'm checking if this works on github pages or not, else we can try the other approach mentioned in the docs