@@ -29,14 +29,14 @@ For more detailed information, please ask to [Seongil Heo](https://github.com/Se
2929├── vite.config.js # Vite build and server configuration
3030├── public/ # Static assets served directly
3131│ ├── 404.html # Custom 404 page for GitHub Pages
32- │ ├── manifest.json # PWA manifest (optional)
32+ │ ├── manifest.json # PWA manifest
3333│ ├── robots.txt # Web crawler rules
3434│ └── images # Image folders
3535│ ├── placeholder.png # Default placeholder image
36- │ ├── banner # Banner images
37- │ ├── people # Member profile images
38- │ ├── publications # Publication figures
39- │ └── videos # Video preview thumbnails
36+ │ ├── banner/ # Banner images
37+ │ ├── people/ # Member profile images
38+ │ ├── publications/ # Publication figures
39+ │ └── videos/ # Video preview thumbnails
4040├── scripts # Utility scripts
4141│ ├── download-images.js # Script to download images from URLs in JSON data
4242│ └── fetch-sheet.js # Script to fetch and convert Google Sheet to JSON
@@ -48,8 +48,7 @@ For more detailed information, please ask to [Seongil Heo](https://github.com/Se
4848 ├── icons/ # Custom SVG icons
4949 ├── layout/ # Shared layout elements (Header, Footer, etc.)
5050 ├── pages/ # Route-specific page components
51- ├── routes/ # App route definitions
52- └── App.jsx # (Duplicate entry; can be removed if redundant)
51+ └── routes/ # App route definitions
5352```
5453
5554## Features
@@ -75,4 +74,4 @@ The `.github/workflows/deploy.yaml` workflow performs:
7574
7675## License
7776
78- This project is licensed under the MIT License.
77+ This project is licensed under the MIT License.
0 commit comments