~bigbes/lethe

f6611d76465acb94b949abe87462ad0c33e43585 — Eugene Blikh a month ago e048bdf
web: regenerate embedded SPA bundle for stats route

Vite stamps content-hash asset filenames; the Phase 5 source changes
flipped both bundle hashes. The Phase 5 commit (e048bdf) shipped the
source but not the regenerated index.html, which the Go server embeds
via embed.FS to serve the SPA. Re-stage so the embedded asset path
matches the actual bundle on disk.
1 files changed, 2 insertions(+), 2 deletions(-)

M internal/server/web/dist/index.html
M internal/server/web/dist/index.html => internal/server/web/dist/index.html +2 -2
@@ 10,8 10,8 @@
      href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500;700&display=swap"
      rel="stylesheet"
    />
    <script type="module" crossorigin src="/assets/index-CEOCy6TW.js"></script>
    <link rel="stylesheet" crossorigin href="/assets/index-DiBu9BC_.css">
    <script type="module" crossorigin src="/assets/index-C1oZtiYo.js"></script>
    <link rel="stylesheet" crossorigin href="/assets/index-C5WzPe--.css">
  </head>
  <body class="density-compact">
    <div id="root"></div>