Using your own server with Gatsby, ExpressJS and NGINX with a reverse proxy
Find a file
dependabot[bot] 78c237f035
Bump tough-cookie and gatsby-transformer-sharp
Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependency [gatsby-transformer-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-sharp). These dependencies need to be updated together.


Removes `tough-cookie`

Updates `gatsby-transformer-sharp` from 2.3.1 to 2.12.1
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-sharp/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@2.12.1/packages/gatsby-transformer-sharp)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
- dependency-name: gatsby-transformer-sharp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-08 12:52:59 +00:00
src Importing form 2020-02-18 22:49:59 -05:00
.eslintrc.js Importing form 2020-02-18 22:49:59 -05:00
.gitignore Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-default.git) 2019-11-08 16:51:34 -05:00
.prettierignore Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-default.git) 2019-11-08 16:51:34 -05:00
.prettierrc Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-default.git) 2019-11-08 16:51:34 -05:00
gatsby-browser.js Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-default.git) 2019-11-08 16:51:34 -05:00
gatsby-config.js Importing form 2020-02-18 22:49:59 -05:00
gatsby-node.js Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-default.git) 2019-11-08 16:51:34 -05:00
gatsby-ssr.js Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-default.git) 2019-11-08 16:51:34 -05:00
LICENSE Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-default.git) 2019-11-08 16:51:34 -05:00
package-lock.json Bump tough-cookie and gatsby-transformer-sharp 2023-07-08 12:52:59 +00:00
package.json Bump tough-cookie and gatsby-transformer-sharp 2023-07-08 12:52:59 +00:00
README.md Readme 2020-02-18 23:19:08 -05:00

Using your own server with Gatsby, ExpressJS and NGINX with a reverse proxy

Repository for the tutorial about creating a backend server to support a Gatsby website.

See details in your own server with Gatsby, Express and NGINX

Installation

  • Clone repository
git clone https://github.com/Rodrigoplp/gatsby-express-nginx.git
  • Install dependencies
cd gatsby-express-nginx
npm install
  • Initiate Gatsby
gatsby develop