0.13.1
Change the logo
I changed the logo in the node_module and it works properly when I'm using yarn dev for previewing it but when I publish it with netlify it is not showed properly I think it's maybe beacuse the novela theme it uses is the one on node_modules nor the one in src like it is showed in the logo change guide but it is not in my repository.
You can find all my code at my repository here
Changing the logo is done using Gatsby Theme component shadowing:
example: https://github.com/aleccool213/blog/tree/master/src
docs: https://www.gatsbyjs.org/blog/2019-04-29-component-shadowing/
Most helpful comment
Changing the logo is done using Gatsby Theme component shadowing:
example: https://github.com/aleccool213/blog/tree/master/src
docs: https://www.gatsbyjs.org/blog/2019-04-29-component-shadowing/