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
Problem: Build system renames assets with hash (pizzaz-list.js → pizzaz-list-2d2b.js)
but HTML still references non-hashed names, causing 404 errors.
Solution: Update HTML generation to reference hashed filenames.
0 commit comments