The previous commits built into static/_build/ but forgot to run the deploy script that copies the output to static/index.html and static/assets/. The web server serves from static/, so none of the previous frontend changes (per-character inventory version, debug logs, version badge) were actually reaching the browser. This commit runs deploy-frontend.sh which copies _build/ → static/, replacing the stale index-BHGeM5hq bundle with the current one. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
18 lines
756 B
HTML
18 lines
756 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Mosswart Overlord v2</title>
|
|
<link rel="icon" type="image/png" href="/icons/7735.png" />
|
|
<link rel="preload" as="image" href="/dereth.png" />
|
|
<link rel="preload" as="image" href="/icons/0600127E.png" />
|
|
<link rel="preload" as="fetch" href="/dungeon_tiles.json" crossorigin="anonymous" />
|
|
<script type="module" crossorigin src="/assets/index-DnJ4R9a6.js"></script>
|
|
<link rel="modulepreload" crossorigin href="/assets/react-yfL0ty4i.js">
|
|
<link rel="stylesheet" crossorigin href="/assets/index-EBjFcAog.css">
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|