Properly deploy React build via deploy-frontend.sh
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>
This commit is contained in:
parent
a5ff228d4f
commit
73e204c82b
28 changed files with 2 additions and 154 deletions
|
|
@ -8,9 +8,9 @@
|
|||
<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-BHGeM5hq.js"></script>
|
||||
<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-BsAcOCNp.css">
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-EBjFcAog.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue