Skip to content

Commit

Permalink
fix: add inertiaHead tag on root view
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Mar 3, 2024
1 parent d4f073f commit 37a762e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/app_root.edge
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">

@inertiaHead()
@vite(['resources/app.ts', `resources/pages/${page.component}.vue`])
</head>

Expand Down

0 comments on commit 37a762e

Please sign in to comment.