How can I eliminate HTML comments on all pages?

How can I remove all Filament comments from the HTML source? For example:
<!--[if ENDBLOCK]><![endif]-->
<!--[if ENDBLOCK]><![endif]-->
Solution:
These aren’t filament comments. They are from livewire. You should be able to turn them off by publishing livewire’s config and changing the inject_morph_markers setting.
Jump to solution
1 Reply
Solution
awcodes
awcodes17mo ago
These aren’t filament comments. They are from livewire. You should be able to turn them off by publishing livewire’s config and changing the inject_morph_markers setting.

Did you find this page helpful?