Jasper

Results 2 comments of Jasper

Here's a link to the repo: [astro-netlifycms-react](https://github.com/JasperDeLanghe/astro-netlifycms-react) And a trace of the failed netlify deploy: ``` 8:55:44 PM: $ yarn build 8:55:44 PM: yarn run v1.22.19 8:55:44 PM: $ astro...

After looking through some source code I found this `return [react(), NetlifyCMSIntegration];` at the bottom of the integration index.ts. Seems I don't have to separately add the react integration myself...