But, Gatsby 5 won’t work on Netlify at the moment, at least not if you’re planning to use any of the SSR, DSG routes. If you’re planning to use just a static export, you should remove the Gatsby plugin that will probably be auto-installed.
The problem is that, our build system currently does not support build plugins with Node 18 and Gatsby 5 doesn’t support Node 16. For SSR and DSG routes, you would need the Netlify <-> Gatsby build plugin.
Considering this thread is gathering enough attention, I think we would try to post an update here. But other than that, I don’t think we have any “plans” as such to announce this. Node 18 support end up being a silent update, but chances are, we would publish a blog post for Gatsby 5 support.
Just one thing I would like to ask. I saw that there are two plugins and I am using gatsby-plugin-netlify now. I would like to know when should I use the second plugin? Thanks