issaafalkattan / react-landing-page-template-2021

A sleek plug n play react landing page template.
https://react-landing-page-template-2021.vercel.app
MIT License
513 stars 275 forks source link

Site returns a 404 by default #5

Closed samuel-henry closed 2 years ago

samuel-henry commented 2 years ago

Thank you for creating and sharing this!

Describe the bug Site returns a 404 by default

To Reproduce Steps to reproduce the behavior:

  1. git clone https://github.com/issaafalkattan/react-landing-page-template-2021.git
  2. cd react-landing-page-template-2021
  3. yarn
  4. yarn dev
  5. Visit http://localhost:3000/

Expected behavior Returns a 200

Screenshots Screen Shot 2022-01-19 at 5 53 36 PM

Desktop (please complete the following information):

Additional context This is happening both locally and when I deploy my site to AWS Amplify

Thank you for creating this template!

issaafalkattan commented 2 years ago

This should be fixed now! Thanks for reporting!

samuel-henry commented 2 years ago

Thank you! This fix works for me