mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-06 04:22:01 +00:00
We have to enforce the node version on some examples to make sure they are not auto upgraded in the future before we support their runtime. See https://vercel.com/docs/deployments/build-image
Middleman Example
This directory is a brief example of a Middleman site that can be deployed to Vercel with zero configuration.
Deploy Your Own
Deploy your own Middleman project with Vercel.
Live Example: https://middleman-template.vercel.app
How We Created This Example
To get started with Middleman for deployment with Vercel, you can use the Middleman CLI to initialize the project:
$ middleman init project-name