fix CI SPA prerender build
This commit is contained in:
@ -43,7 +43,7 @@ progress, so upload UIs stay indeterminate.
|
||||
|
||||
The app is a client-rendered SPA served as static assets by a Cloudflare Worker
|
||||
(`wrangler.jsonc`, `not_found_handling: single-page-application`). The build
|
||||
emits `_shell.html`, which is copied to `index.html` so Cloudflare's SPA
|
||||
emits `dist/client/_shell.html`, which is copied to `index.html` so Cloudflare's SPA
|
||||
fallback returns it for every client route.
|
||||
|
||||
**Manual deploy** (needs `wrangler login` or `CLOUDFLARE_API_TOKEN` /
|
||||
|
||||
Reference in New Issue
Block a user