Files
vercel/examples/gridsome
Felix Haus 6ee5eb137b [examples] Restrict node version for gridsome example (#9275)
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.
2023-01-20 23:32:04 +00:00
..

Gridsome Logo

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.

Deploy 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