Files
Provisioning/internal
josh da2d72e95d
build-and-push / test (push) Successful in 34s
build-and-push / build-and-push (push) Successful in 1m5s
Fix static file serving by using fs.Sub on embed FS
The //go:embed static directive nests files under static/, so after
StripPrefix removes /static/ from the URL, the FileServer couldn't find
the files. Use fs.Sub to root the FS at the static/ subdirectory.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-09 20:54:15 -04:00
..