Skip to content

Conversation

@IrAlfred
Copy link
Member

Issue

Bootstrap Icons are not displaying when running Cypht in production mode (DEBUG=false). Icons worked correctly in debug mode but were missing in production.

When combining CSS files for production, the Bootstrap Icons CSS was included in site.css, but the font file paths remained as relative paths (./fonts/) that were correct for the original vendor location but incorrect for the combined production CSS file location. The fonts are copied to site/fonts/ during the build process, but the CSS was still referencing ./fonts/, causing 404 errors for the font files.

@IrAlfred IrAlfred requested a review from kroky November 27, 2025 06:27
@IrAlfred IrAlfred force-pushed the fix-bootstrap-icons-font-paths-production branch from 37ce5b6 to e1d43ae Compare December 3, 2025 15:15
@IrAlfred IrAlfred requested a review from kroky December 3, 2025 15:55
@kroky kroky merged commit db24afe into cypht-org:master Dec 4, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants