You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Description
Nitro build detects the env var `VERCEL=1` and emits build output API
code, so Nitro already works great on Vercel with zero configuration.
This example is necessary to add the [Nitro framework
entry](vercel/vercel#13472).
### Demo URL
https://nitro-template.vercel.app
### Type of Change
- [X] New Example
- [ ] Example updates (Bug fixes, new features, etc.)
- [ ] Other (changes to the codebase, but not to examples)
### New Example Checklist
- [ ] 🛫 `npm run new-example` was used to create the example
- [X] 📚 The template wasn't used but I carefuly read the [Adding a new
example](https://github.com/vercel/examples#adding-a-new-example) steps
and implemented them in the example
- [X] 📱 Is it responsive? Are mobile and tablets considered?
This directory is a brief example of [Nitro](https://nitro.build/) that can be deployed to Vercel with zero configuration. Go to the [nitro quick start](https://nitro.unjs.io/guide#quick-start) to learn more.
4
+
5
+
## Deploy Your Own
6
+
7
+
Deploy your own Nitro project with Vercel.
8
+
9
+
[](https://vercel.com/new/clone?repository-url=https://github.com/vercel/examples/tree/main/framework-boilerplates/nitro&template=nitro)
0 commit comments