inertiajs/inertia-laravel

Duplicate title tags on SSR

Opened this issue · 0 comments

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?