DEV Community

Discussion on: Multilingual website with Gatsby and Contentful - Part 2

Collapse
 
zooly profile image
Hugo Torzuoli

Thanks for this post, very nice and not a lot explained on the web!

Concerning the warning in the intro, do you know what gatsby clean command exactly do? I've already meet this issue with Contentful multilanguage.

Collapse
 
louisbertin profile image
Louis Bertin

Thanks a lot!

gatsby clean is a command line dedicated to remove ./cache folder and wipe out your ./public folder.

You can find more informations about this command on the official Gatsby documentation 🙂

gatsbyjs.org/docs/gatsby-cli/#clean
gatsbyjs.org/docs/debugging-cache-...