Next.js Discord

Discord Forum

How to change next 14v project to next 13v?

Unanswered
Gharial posted this in #help-forum
Open in Discord
Avatar
GharialOP
I have on project with next js 14 and with plain css styles. How to merge this project to my next 13 project (parent)?

I am looking for your sincere answers, thank you!

1 Reply

Avatar
Luke
I would copy the page/app folder, any utils, etc, over to the next 13 project. the app directory was beta in 13, so you should be okay? any incompatibilities can probably be resolved one at a time by doing the reverse of the changes noted in the upgrade docs