Brent Robbins
Brent Robbins
Hi @sid-kap. I was also experiencing this issue too, until I realized I forgot to import the mapbox gl css. So when I added the following the popups worked as...
@684efs3 How were you able to get this working in Nextjs version 13? Are you using the App directory?
Hi @MrMufflon Any update on the having the option to use US units? Thanks
Sweet! Works great. Thanks @jimmyangel
> @brentrobbins. I am experiencing the same issue. were you able to resolve it? Not yet.
@markmichon I ran into this too. I am using this feed to power a 'dynamic' react app in the Gatsby site that can not be generated statically. Essentially it's a...
@markmichon Actually I don't think this plugin's intension was to generate any content, but content like blog posts. I noticed in your plugin it's hardcoded to only display the title,...
@markmichon So would this work to display anything for the items? Here's what I am trying to display: ``` normalize: ({ query: { site, allMarkdownRemark } }) => { return...
@markmichon right I am looking for a more custom JSON output. Thanks for your help though. I appreciate it.