zeekayandhanzo-dev 46e01232e8
Release / release (push) Successful in 1m50s
ci: the smoke rejected basePath apps for an asset that was present
A Next.js app served at /forum emits /forum/_next/... into index.html while the
image holds /_next/... — the prefix is added by the router, not by the layer. The
check resolved only the literal path, so it failed forum and help on assets that
were in the image all along, and it also asserted that a bare href="/forum" — a
navigation link, not a file — existed on disk.

Now: only references naming a file are checked, and each resolves either
directly or with the leading basePath segment stripped. A genuinely absent
chunk still fails, which was the point of the check.

Co-authored-by: Hanzo Dev <dev@hanzo.ai>
2026-08-06 18:10:49 -07:00
2025-12-19 07:19:17 -08:00
2025-12-19 07:19:17 -08:00
2026-08-04 16:51:06 -07:00
2026-01-26 20:09:03 -08:00
2026-01-26 20:54:44 -08:00
2026-02-14 07:09:00 -08:00
2025-12-19 07:50:21 -08:00
2025-12-19 07:24:47 -08:00
S
Description
Mirror of github.com/luxfi/help
Readme BSD-3-Clause
152 KiB
Languages
HTML 61.2%
TypeScript 32.9%
CSS 4.8%
JavaScript 0.7%
Dockerfile 0.4%