But not all the directories are pages. For example, it-express is a page, but kucc-description is not made to be a page, but only a section. But this structure creates a new page, meaning, kucc.ku.edu.np/kucc-description is also created. So, this needs to be fixed.
This is the current file structure.
src/app ├── activities-ku/ ├── advisory-board/ ├── communities-active/ ├── contact/ ├── counter-up/ ├── executive-committee/ ├── globals.css ├── it-express/ ├── kucc-description/ ├── kuosc/ ├── layout.tsx ├── not-found.tsx ├── page.tsx └── president-section/
But not all the directories are pages. For example,
it-express
is a page, butkucc-description
is not made to be a page, but only a section. But this structure creates a new page, meaning, kucc.ku.edu.np/kucc-description is also created. So, this needs to be fixed.