From 87bfecab829e9dfb4f43ace4fb113070c9383dec Mon Sep 17 00:00:00 2001 From: Jill Bourque Date: Fri, 17 Oct 2025 12:40:58 -0700 Subject: [PATCH] fix: include hash suffix in HTML asset references MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- build-all.mts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-all.mts b/build-all.mts index 25220f8..7249e71 100644 --- a/build-all.mts +++ b/build-all.mts @@ -175,8 +175,8 @@ for (const name of builtNames) { const html = ` - - + +