Public Static Assets

Next.js can serve static files, such as images, from a public folder located in the root directory. Files in the public folder can be accessed in your code using a base URL path (/).

The 'public' folder can be placed in '/app' or '/'.