Skip to content

[BUG] Build Error: Missing oscg26.png Asset Prevents Local Development #25

Description

@spairon

Hi @Aditya948351 ,
While setting up the project locally, I encountered a build error that prevents the application from compiling successfully.

Problem

The file:

@/assets/oscg26.png

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.

Image

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions