tattle-made / website

Source code for Tattle's website.
https://tattle.co.in/
MIT License
2 stars 11 forks source link

Standardize how images are to be used in the website. #177

Closed dennyabrain closed 3 months ago

dennyabrain commented 3 months ago

We have sometimes used images from the /images directory and sometimes from the /static directory. Find out the best pratices recommended by gatsby, change current usage to the recommended way, document them and enforce them for future.

This should also fix certain layout issues like If you go to the /blog page, you will see that the page loads with the image and then resizes, causing a jitter in the UI. This should be fixed when you fix this.