change html <title> only?
On a custom page, is there a native way to change only the html title of a custom resource page? I dont want to affect any breadcrumbs or nav.
protected static ?string $title = 'custom title';protected static ?string $title = 'title';make:filament-page and I put this $title and html <title> contain my $title dataprotected ?string $heading = ''; because I don't want the heading to display<title> Tag to change only. Not the displayed title on the page.$title and $heading property works in this case?
protected static ?string $title = 'custom title';

protected static ?string $title = 'title';make:filament-pageprotected ?string $heading = '';<title>$title$heading