Description
The OSSfolio logo displayed in the website header is broken on the production deployment.
Steps to reproduce
- Open https://ossfolio.qzz.io/
- Observe the logo in the top-left corner.
Expected behavior
The OSSfolio logo should render correctly.
Actual behavior
A broken image placeholder is displayed instead of the logo.
Additional information
The browser Network tab shows a failed request related to the optimized image:
image?url=%2Flogo.png&w=...
This suggests the logo asset may be missing or the image path/configuration is incorrect.
Environment
- Browser: Chrome
- OS: Windows 11

Description
The OSSfolio logo displayed in the website header is broken on the production deployment.
Steps to reproduce
Expected behavior
The OSSfolio logo should render correctly.
Actual behavior
A broken image placeholder is displayed instead of the logo.
Additional information
The browser Network tab shows a failed request related to the optimized image:
image?url=%2Flogo.png&w=...
This suggests the logo asset may be missing or the image path/configuration is incorrect.
Environment