Open webrgp opened 3 years ago
This is pretty straight forward. I using your theme with the gatsby-remark-vscode plugin for GatsbyJS.
gatsby-remark-vscode
It works locally, but when I try to deploy the site to Netlify, I get the following error:
I guess their build step is case-sensitive. In your package.json:
package.json
https://github.com/rainglow/vscode/blob/57cbb8601be38bcba89cd1cb5112f316456924e4/package.json#L874-L878
But your filename inside theme is Morass.json
theme
Morass.json
Thanks!
This is pretty straight forward. I using your theme with the
gatsby-remark-vscode
plugin for GatsbyJS.It works locally, but when I try to deploy the site to Netlify, I get the following error:
I guess their build step is case-sensitive. In your
package.json
:https://github.com/rainglow/vscode/blob/57cbb8601be38bcba89cd1cb5112f316456924e4/package.json#L874-L878
But your filename inside
theme
isMorass.json
Thanks!