-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add new gatsby preset #231
feat: add new gatsby preset #231
Conversation
I think you should use the mountSSG hook and not mountSPA for Gatsby. Test your project locally with Vulcan Dev to be sure. |
Narciso feedback was done and tested locally. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have a typo in some parts: gastby is used instead of gatsby
42885b5
[skip ci] ## [2.4.0-stage.5](v2.4.0-stage.4...v2.4.0-stage.5) (2024-02-15) ### Features * add new gatsby preset ([#231](#231)) ([55e2bf5](55e2bf5))
🎉 This PR is included in version 2.4.0-stage.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
[skip ci] ## [2.4.0](v2.3.0...v2.4.0) (2024-02-16) ### Features * add hugo preset ([#192](#192)) ([a59b21a](a59b21a)) * add new gatsby preset ([#231](#231)) ([55e2bf5](55e2bf5)) * adding polyfill for Storage API for local server ([444ea38](444ea38)) * Nextjs routing and edge runtime ([#226](#226)) ([96b1788](96b1788)) * storage api local server ([#214](#214)) ([d793c90](d793c90)) ### Bug Fixes * bannerPlugin webpack injection bug fixed using bundler define ([8acdd5f](8acdd5f)) * bundlers compilation error ([#229](#229)) ([66f091a](66f091a)) * changing external dependencies in webpack as externalsType Module ([0339874](0339874)) * removing the requirement to useNodePolyfill when api external azion ([4b6cc2d](4b6cc2d))
🎉 This PR is included in version 2.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Add new preset to gastby. (mode deliver)