File size: 466 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
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/config/next-config-js/output)