We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
vscode/package.json
Lines 874 to 878 in 57cbb86
But your filename inside theme is Morass.json
theme
Morass.json
Thanks!
The text was updated successfully, but these errors were encountered:
Rename Morass.json to morass.json
5d40019
Fixing issue: rainglow#37
No branches or pull requests
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
:vscode/package.json
Lines 874 to 878 in 57cbb86
But your filename inside
theme
isMorass.json
Thanks!
The text was updated successfully, but these errors were encountered: