Image Loading Diagnostic
Step 1: Check if images exist in public folder
These should all load if the files exist:
Home Page Image
Path: /images/plant_head.jpg
About Page Image
Path: /images/whitehat.JPG
Logo Image
Path: /images/wryver_logo_hero.svg
Media Page Image
Path: /images/lena-headshot-new.jpg
Step 2: Browser Developer Tools
How to check in browser:
- Press F12 (or right-click → Inspect)
- Go to "Network" tab
- Refresh the page
- Look for red entries (failed requests)
- Click on failed image requests to see the error
Step 3: Common Issues
- 404 Not Found: File doesn't exist or wrong path
- 403 Forbidden: Permission issue
- Case sensitivity: whitehat.jpg vs whitehat.JPG
- Build issue: Images not copied to dist folder
- CDN/Caching: Old cached version
Step 4: Check Build Output
Images should be copied to the dist/images folder during build.
Current Build Info
Site URL:
Current URL:
Base URL: