Zeabur

Deploy your Nuxt Application to Zeabur.

Nuxt supports deploying on Zeabur with minimal configuration.

Setup

  1. Create a new Zeabur app for Nuxt following the guide.
  2. During the deployment process, you can configure environment variables in Zeabur dashboard. In your service page, open the variables tab set the following environment variable:
SERVER_PRESET=zeabur
```

## Learn more

::read-more{to="https://nitro.unjs.io/deploy/providers/zeabur" target="_blank"}
Head over **Nitro documentation** to learn more about the Zeabur deployment preset.
::