From 4d7e02c3ccebda24ee625c6da5840576b0ef636c Mon Sep 17 00:00:00 2001 From: Rory& Date: Tue, 9 Dec 2025 23:54:45 +0100 Subject: Fix missing import map in index.html, remove hack in service worker I somehow missed this in a side-by-side diff against a clean project. Thanks github:@maraf for catching this over at https://github.com/dotnet/runtime/issues/122340#issuecomment-3634398530. --- MatrixUtils.Web/wwwroot/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'MatrixUtils.Web/wwwroot/index.html') diff --git a/MatrixUtils.Web/wwwroot/index.html b/MatrixUtils.Web/wwwroot/index.html index 3334426..fa233b3 100644 --- a/MatrixUtils.Web/wwwroot/index.html +++ b/MatrixUtils.Web/wwwroot/index.html @@ -14,6 +14,7 @@ + -- cgit 1.5.1