
However, upgrading to Next.js 13 does not require using the new app directory. Next.js 13 introduces a new app directory with new features and conventions.

The target configuration property has been removed and superseded by Output File Tracing.A codemod is available to automatically upgrade your code. Add the legacyBehavior prop to use the legacy behavior or remove the to upgrade. A codemod is available to safely and automatically rename your imports. The next/future/image import was renamed to next/image. The next/image import was renamed to next/legacy/image.The swcMinify configuration property was changed from false to true.The minimum React version has been bumped from 17.0.2 to 18.2.0.The minimum Node.js version has been bumped from 12.22.0 to 14.18.0, since 12.x has reached end-of-life.

