kucc1997 / kucc-website

An open-source website project for Kathmandu University Computer Club being built with ReactJS.
https://kucc.ku.edu.np
BSD 3-Clause "New" or "Revised" License
4 stars 9 forks source link

Fix the file structure #89

Closed abhiyandhakal closed 4 months ago

abhiyandhakal commented 4 months ago

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, 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.