adrianhajdin / project_next_14_ai_prompt_sharing

Next.js recently became the official React framework as outlined in React docs. In this course, you'll learn the most important Next.js concepts and how they fit into the React ecosystem. Finally, you'll put your skills to the test by building a modern full-stack Next 14 application.
https://www.jsmastery.pro/ultimate-next-course
2.83k stars 416 forks source link

next.config.js #102

Open DRealCharlesXavier opened 3 months ago

DRealCharlesXavier commented 3 months ago

The Update in Next JS

Line 19 of the code Next JS Update does not allow the use of module.exports in an mjs file. The correct line of code should be export default nextConfig; .

DRealCharlesXavier commented 3 months ago

yes