You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(dev): Register static assets at target path for relative src paths
Static assets were registered at target/identifier/file (e.g., target/assets/file),
but relative paths like src='./cat.png' resolve to target/file.
Changes:
1. Dev server: Register assets at target/file instead of target/identifier/file
2. Deploy: Add destination: 'assets' so assets copy to assets/ subdirectory
Fixes#5285
0 commit comments