-
Locate your optimized logo file (downloaded from TinyPNG)
- Usually in your Downloads folder
- Filename might be:
logo.pngorlogo-tinypng.png
-
Replace the current logo:
- Copy your optimized logo file
- Paste it into:
website/assets/ - Replace the existing
logo.pngfile
If your optimized logo is in Downloads:
cd "c:\Users\Legion\Desktop\PersistenceCLI\website\assets"
Copy-Item "$env:USERPROFILE\Downloads\logo*.png" -Destination "logo.png" -ForceOr manually:
- Open
website/assets/folder - Delete or rename current
logo.png - Copy your optimized logo from Downloads
- Paste into
website/assets/ - Rename to
logo.png(if needed)
After replacing, check the file size:
cd "c:\Users\Legion\Desktop\PersistenceCLI\website\assets"
(Get-Item logo.png).Length / 1KBExpected: Should be ~50-100 KB (down from ~1100 KB)
- Location:
website/assets/logo.png - HTML Path:
src="assets/logo.png" - Display Size: 1.1rem × 1.1rem (~17.6px)
The optimized logo will:
- ✅ Load much faster
- ✅ Reduce page size significantly
- ✅ Still display clearly at small size
- ✅ Maintain recognizable shape and colors