Jerome Dahdah
Jerome Dahdah
Same here. I'm making $64,250,323,038,000 per second after 1,280,244 seconds of gameplay and somewhat bored. That's obviously not active time. I leave my laptop running 24/7 so that it runs...
This is also the case with locally downloaded files. I haven't tested all combinations, but it's definitely happening with the following setup. Leaving in the query options in case they...
To add a use-case here, there is currently no way to locally test if [Netlify redirects](https://docs.netlify.com/routing/redirects/) are working correctly when using [gatsby-plugin-netlify](https://github.com/netlify/gatsby-plugin-netlify), as those are only generated at build time....
FYI, if you want to replace a certain color, place that one in there instead of `currentColor: true`. So if you wanted to replace black (`#000000`), it would be: ```...
Would be great if this could be merged, @dragma!
I'm currently stuck with what is probably closely related to this: the plugin does not support linked nodes generated with [gatsby-source-contentful](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful). So this can't be done: ```javascript resolvers: { ContentfulFaq:...
The viewBox needs to be preserved for inline `` elements in HTML to properly scale. Leaving out the viewBox breaks this behavior. I don't know enough about the SVG specification...
> I understand the issue, sometimes 'viewBox' is really valuable, but it's not a good idea to dictate disabling default optimization by minority of users. Most users are ok with...
@sn3h Thanks for the tip, adding alternate links to the header is definitely a good idea. I'd still like to have proper `a` links and think that should always be...
@bud-mo Amazing, I will give this a shot next week and let you know how it goes. Thank you for sharing!