fix: Asset paths for Visual Manager - Images now load correctly

PROBLEM: Images not displaying in gallery (404 errors)
ROOT CAUSE: Paths were 'assets/...' but HTML is served from 'tools/' subfolder

SOLUTION: Changed paths to '../assets/...' (relative from tools/ directory)

CHANGES:
- scripts/generate_asset_manifest.py: Prepend '../' to all asset paths
- tools/asset_manifest.json: Regenerated with correct relative paths

RESULT: All 1,166 images now load correctly in Visual Asset Manager

TEST: Hard refresh browser (Cmd+Shift+R or Ctrl+Shift+R)
This commit is contained in:
2026-01-04 19:39:59 +01:00
parent 295f20e885
commit d885ca2206
2 changed files with 11816 additions and 0 deletions

11680
tools/asset_manifest.json Normal file

File diff suppressed because it is too large Load Diff