I made a new commit. My FastAPI site was successfully hosted and deployed on render upon the first inital pushes to my github repo.
But with my last two, I’m noticing my css file and images are not being imported correctly.
Any help would be greatly appreciated. Here is my file structure if it helps
/
├── Website
│ ├── assets
│ │ │
│ │ ├── css
│ │ │ ├── main.css
│ │ │
│ │ │── js
│ │ │
│ │ │── img
│ │ │ ├── logo.png
│ │ │ ├── department.png
│ │ │ ├── thankyou.png
│ │ │ ├── u-logo.jpg
│ │ │
│ │ │── infographics
│ │ │ ├── infographic1.png
│ │ │ ├── infographic2.png
│ │ │ ├── infographic3.png
│ │ │ ├── infographic4.jpg
│ │ │ ├── infographic4b.jpg
│ │ │ ├── infographic5.jpg
│ │ │ ├── infographic5b.jpg
│ │ │── videos
│ │ ├── video1.mp4
│ │ ├── video2.mp4
│ │ ├── video3.mp4
│ │ ├── video4.mp4
│ │
│ ├── templates
│ │ ├── { About 16 HTML templates}
│ │
│ ├── main.py
│ │
│ ├── requirements.txt
│ │
│ ├── json file