Hi @Aditya948351 ,
While setting up the project locally, I encountered a build error that prevents the application from compiling successfully.
Problem
The file:
referenced in:
src/components/home/Sponsors.tsx
is missing from the repository.
Error Message
Module not found: Can't resolve '@/assets/oscg26.png'
Impact
- Prevents contributors from running the project locally
- Causes Next.js compilation failure
- Blocks development and testing workflow
- Affects contributor onboarding experience
Possible Fix
- Add the missing
oscg26.png asset to the repository
- Replace/remove the broken import if unused
- Add fallback handling for missing assets
Why This Matters
Fixing this issue will improve local setup reliability and ensure contributors can run the project without encountering build failures.
I’d be happy to work on resolving this issue if assigned.

Hi @Aditya948351 ,
While setting up the project locally, I encountered a build error that prevents the application from compiling successfully.
Problem
The file:
referenced in:
is missing from the repository.
Error Message
Impact
Possible Fix
oscg26.pngasset to the repositoryWhy This Matters
Fixing this issue will improve local setup reliability and ensure contributors can run the project without encountering build failures.
I’d be happy to work on resolving this issue if assigned.