The organization of this src folder is as follows:
src/pagesis a "special" folder that Gatsby will turn into static pages.src/lambdais a "special" folder thatnetlify-lambdawill compile into a top levellambdafolder for deploymentsrc/appis not "special", it is re-exported bysrc/pages/app.jsand contains all the clientside dynamic App pages that we dont want to be statically generated.src/pages/app.jsskips the static generation process because ofgatsby-plugin-create-client-pathsconfigured ingatsby-config.jssrc/componentsis not "special", it contains components for the static marketing site.src/imagesis "special", it contains images for the static marketing site that are ingested bygatsby-source-filesystemingatsby-config.jsand processed bygatsby-transformer-sharpandgatsby-plugin-sharp