inertiajs / inertia-laravel

The Laravel adapter for Inertia.js.
https://inertiajs.com
MIT License
2.1k stars 235 forks source link

Duplicate title tags on SSR #666

Open iRaziul opened 1 month ago

iRaziul commented 1 month ago

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.

image

Is there any way to fix this?