build(bitable): rebuild frontend index.html for JS hash alignment
Rebuild index.html after U1-U6 frontend changes. JS bundle hash updated (index-CHtvprqX.js -> index-agwA6wam.js) to match new build output. CI runs unit/e2e only and does not rebuild static assets, so the committed hash must match the bundled JS.
This commit is contained in:
parent
0f4a418408
commit
3fdd29d152
|
|
@ -5,7 +5,7 @@
|
||||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Fischer AgentKit</title>
|
<title>Fischer AgentKit</title>
|
||||||
<script type="module" crossorigin src="/assets/index-CHtvprqX.js"></script>
|
<script type="module" crossorigin src="/assets/index-agwA6wam.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-Ls4ZdRZM.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-Ls4ZdRZM.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue