Commit 87bfeca
committed
fix: include hash suffix in HTML asset references
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.1 parent a53f363 commit 87bfeca
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
179 | | - | |
| 178 | + | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
0 commit comments