rsnext/errors/deprecated-target-config.mdx
Delba de Oliveira 44d1a1cb15
docs: Migrate error messages to MDX and App Router. (#52038)
This PR is part of a larger effort to migrate error messages to MDX and
use App Router: https://github.com/vercel/front/pull/23459
2023-07-05 06:11:16 -07:00

15 lines
459 B
Text

---
title: Deprecated target config
---
## Why This Error Occurred
Starting in Next.js 13, the `target` property in `next.config.js` has been removed.
## Possible Ways to Fix It
For serverless targets, please use the Output File Tracing or deploy your application somewhere where it can be leveraged automatically, like [Vercel](https://vercel.com).
## Useful Links
- [Output File Tracing Documentation](/docs/pages/api-reference/next-config-js/output)