chore: rebuild AIUI dist + add TMDB/API catch-all stubs for demo
- Rebuild AIUI with latest changes (haiku model fix, recipe panel, image fallbacks) - Add /api/tmdb/* stub returning empty results - Add /api/* catch-all returning JSON 404 (prevents HTML fallback errors) - Improve Claude proxy error messages (include err.code fallback) - Strip film images from dist to keep under 5MB Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
<link rel="icon" href="/aiui/favicon.svg" type="image/svg+xml" />
|
||||
<link rel="apple-touch-icon" href="/aiui/apple-touch-icon-180x180.png" />
|
||||
<title>AIUI</title>
|
||||
<script type="module" crossorigin src="/aiui/assets/index-Db_Wzg4I.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/aiui/assets/index-CIeswVLz.css">
|
||||
<script type="module" crossorigin src="/aiui/assets/index-iNX5cLRF.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/aiui/assets/index-BNvE9-tw.css">
|
||||
<link rel="manifest" href="/aiui/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/aiui/registerSW.js"></script></head>
|
||||
<body class="antialiased h-full overflow-hidden fixed w-full">
|
||||
<div id="app"></div>
|
||||
|
||||
Reference in New Issue
Block a user