Setting Gatsby Env
The Gatsby uses a similar env set up as the create react app.
package.json
"scripts": {"staging": "set GATSBY_ENV=staging gatsby develop --port 8005",}
base | 0px |
sm | 480px |
md | 768px |
lg | 992px |
xl | 1280px |
2xl | 1536px |
width | px |
height | px |
Date Created: 2020/30/09
Last Update: 2021/09/01 19:47:01
The Gatsby uses a similar env set up as the create react app.
package.json
"scripts": {"staging": "set GATSBY_ENV=staging gatsby develop --port 8005",}