P1: Not all images loading — missing logo and asset references #20

Closed
opened 2026-05-13 21:32:05 -05:00 by null · 0 comments
Owner

Severity: P1 — High

Problem: Several images referenced in the site did not resolve (404s).

Impact: Broken images degraded the professional appearance of the site.

What was found:

  • logo.svg was referenced but missing from the build (404)
  • /assets/8x8_Logo_White.svg, /assets/hero-tech.png, /assets/about-image.png were 404
  • All site images in assets/ directory were never copied to public/assets/ for Vite to serve
  • The public/assets/ directory did not exist

Fix applied:

  1. Created public/assets/ directory and copied all 20 image assets from assets/
  2. Copied assets/icons/ favicon PNGs to public/assets/icons/
  3. Replaced placeholder public/logo.svg with the real Queue North logo from assets/logo.svg
  4. All referenced images now return 200 in Docker build
  5. Added .gitkeep is not needed — Vite copies public/ contents to dist/ automatically
## Severity: P1 — High **Problem:** Several images referenced in the site did not resolve (404s). **Impact:** Broken images degraded the professional appearance of the site. **What was found:** - `logo.svg` was referenced but missing from the build (404) - `/assets/8x8_Logo_White.svg`, `/assets/hero-tech.png`, `/assets/about-image.png` were 404 - All site images in `assets/` directory were never copied to `public/assets/` for Vite to serve - The `public/assets/` directory did not exist **Fix applied:** 1. Created `public/assets/` directory and copied all 20 image assets from `assets/` 2. Copied `assets/icons/` favicon PNGs to `public/assets/icons/` 3. Replaced placeholder `public/logo.svg` with the real Queue North logo from `assets/logo.svg` 4. All referenced images now return 200 in Docker build 5. Added `.gitkeep` is not needed — Vite copies `public/` contents to `dist/` automatically
null closed this issue 2026-05-13 21:34:15 -05:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: null/Queue-North-Website#20
No description provided.