Where in the world ? ๐๐

Please log in to post a comment
Log in with GitHubCommunity feedback
- @Hailekeh22
when you refresh the website on <Country /> page the website crashes. you can fix it buy adding vercel.json file on your project.
and add this configuration. { "rewrites": [ { "source": "/(.*)", "destination": "/index.html" } ] }
- @leodk293
Any feedback is welcome
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord