Next.js Discord

Discord Forum

Just 2 quick questions

Unanswered
West African Lion posted this in #help-forum
Open in Discord
West African LionOP
1. Suddenly I got confused about the placement of the components folder. Should I put it inside the app folder or at the same level as it?
2. Where should I put the assets folder?

4 Replies

Spectacled bear
Assuming assets contains your public images, it'd be good to place them inside the public folder. For Components, you can have at the same level as app
Spectacled bear
If this thread is done, please mark it as resolved
@Spectacled bear If this thread is done, please mark it as resolved
West African LionOP
1 more question. Where should I put json file? Is it at the top level or inside public folder?