Fix deployment of starter.html

In some of the refactoring for the swerve drivebase we'd messed up the
starter webpage deployment.

Change-Id: I36ef76f33561256eabc2884d7044aef8e886a8f4
Signed-off-by: James Kuszmaul <jabukuszmaul+collab@gmail.com>
diff --git a/y2024/www/BUILD b/y2024/www/BUILD
index b9bf06a..0dc30d1 100644
--- a/y2024/www/BUILD
+++ b/y2024/www/BUILD
@@ -62,7 +62,7 @@
         ":field_main_bundle.min.js",
         ":files",
         "//frc971/analysis:plot_index_bundle.min.js",
-        "//frc971/www:starter_main_bundle.min.js",
+        "//frc971/www:starter_files",
     ],
     dir = "www",
     target_compatible_with = ["@platforms//os:linux"],