Skip to content

fix: CI fixes and protocol validation#7

Merged
JheisonMB merged 3 commits into
mainfrom
develop
Jul 15, 2026
Merged

fix: CI fixes and protocol validation#7
JheisonMB merged 3 commits into
mainfrom
develop

Conversation

@JheisonMB

@JheisonMB JheisonMB commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

fix: font files not loading in banner

Body:
Fix: font files not loading in banner due to SPA catch-all redirect.

  • fix: serve font files before SPA catch-all redirect (/fonts/* → /fonts/:splat 200)
  • chore: bump version to 0.1.3

El redirect /* → /index.html estaba atrapando las requests de fonts, causando que el banner se mostrara sin la fuente y movido.

JheisonMB and others added 3 commits July 15, 2026 09:25
The catch-all /* redirect was serving index.html for /fonts/*.ttf
requests, preventing the DejaVu Sans Mono font from loading.
Add /fonts/* rule before the catch-all to serve font files directly.
@JheisonMB JheisonMB added the target:main PR targets main branch label Jul 15, 2026
@JheisonMB
JheisonMB merged commit b59204b into main Jul 15, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

target:main PR targets main branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant