drex44 / good-food-guide

A guide to know which foods are good when you have certain disease! [Built with React/NextJs]
https://good-food-guide.now.sh
MIT License
48 stars 38 forks source link

exported site does not render properly on first load #10

Closed drex44 closed 5 years ago

drex44 commented 5 years ago

https://good-food-guide.netlify.com

visit it and you will see the first card in red. it does not render it properly. find the issue and fix it.

to replicate run

npm i -g serve
npm run export
cd out
serve
drex44 commented 5 years ago

solved!