You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you using ssr Head then i recommend to remove <title inertia>{{ config('app.name', 'Laravel') }}</title> it duplecate and the @inertiaHead just concatenation string and sent to server
<title inertia>Primepay</title> cam from this <title inertia>{{ config('app.name', 'Laravel') }}</title>
and
<title inertia>Profile - Primepay</title> cam from this @inertiaHead
I am using breeze starter kit with Vue and it works great but when I try SSR mode I see 2 title tags in the head.
One tag is from the root view (app.blade.php) and the other is set via the component.
Is there any way to fix this?
The text was updated successfully, but these errors were encountered: