Sep 14, 2022
0
Level 9
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
Please or to participate in this conversation.