rsnext/errors/deprecated-target-config.md

14 lines
496 B
Markdown
Raw Normal View History

# Deprecated target config
#### Why This Error Occurred
The `target` property in `next.config.js` has been deprecated. Please migrate to leverage the default target instead.
#### Possible Ways to Fix It
For serverless cases, leverage the new output file traces or deploy your application somewhere where they are leveraged automatically like [Vercel](https://vercel.com).
### Useful Links
- [Output File Tracing Documentation](https://nextjs.org/docs/advanced-features/output-file-tracing)