Skip to content

fix: font files not loading in banner#6

Merged
JheisonMB merged 2 commits into
developfrom
feature/improve-style-autodeploy
Jul 15, 2026
Merged

fix: font files not loading in banner#6
JheisonMB merged 2 commits into
developfrom
feature/improve-style-autodeploy

Conversation

@JheisonMB

Copy link
Copy Markdown
Contributor

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

Cambios:

  • 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.

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 merged commit 27919a6 into develop Jul 15, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant