Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

robgoodliffe's avatar

Setting meta desc using vite / inertia / vue 3

i'm using intertia / laravel / vite / vue3 and would like to know how to set a meta description. The inertia documentation assume you have a vue layout, but with vite the main layout is a blade file.

In vue file: <Head :title="'Home Page'" /> with <title inertia></title> in the blade file works. Unsure about how to do a meta description though.

Thanks

0 likes
0 replies

Please or to participate in this conversation.