Commit a5cd191
committed
fix: move ai-worker-gemma4.js to public/ — 404 on production Vite build
All other AI workers (ai-worker.js, ai-worker-docling.js, etc.) are in public/
so Vite copies them into dist/ during the production build. ai-worker-gemma4.js
was placed at the repo root — works on localhost (Vite dev serves all root files)
but returns 404 on textagent.github.io because the built dist/ doesn't include it.1 parent 37d59a0 commit a5cd191
2 files changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
File renamed without changes.
0 commit comments