How can I eliminate HTML comments on all pages?
How can I remove all Filament comments from the HTML source? For example:
Solution:Jump to 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.
1 Reply
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.