We had used the following plugins:
-
React Helmet - Provides drop-in support for server rendering data added with React Helmet.
-
Sitemap - Create a sitemap for your Gatsby site.
-
Robots txt - Create
robots.txt
for your Gatsby site. -
Transformer Sharp - Creates ImageSharp nodes from image types that are supported by the Sharp image processing library and provides fields in their GraphQL types for processing your images in a variety of ways including resizing, cropping, and creating responsive images.
-
Typescript - TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.
-
SASS - Provides drop-in support for SASS/SCSS stylesheets
- Github Actions - Build gatsby project and publish to FTP (build-and-deploy.yml)
- Build branch on pull requests, before merging