mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-06 04:22:01 +00:00
Gridsome was not updated for [more than 2 years](https://www.npmjs.com/package/gridsome) and still relies on Webpack 4 what makes it incompatible with >= Node.js 17. To make the example still deployable on Vercel, this adds an engine restriction to the `package.json` for that example. Same as #9007.
Gridsome Example
This directory is a brief example of a Gridsome app that can be deployed to Vercel with zero configuration.
Deploy Your Own
Deploy your own Gridsome project with Vercel.
Live Example: https://gridsome-template.vercel.app
How We Created This Example
To get started with Gridsome for deployment with Vercel, you can use the Gridsome CLI to initialize the project:
$ gridsome create my-website