da2d72e95d
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>