Skip to content

Commit

Permalink
Vite 5 puts the manifest inside a .vite directory
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Dec 5, 2023
1 parent b518f26 commit cacf5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/inertia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const inertiaConfig: InertiaConfig = {
*/
version: async (app: Application) => {
return Inertia.manifestFile(
app.publicPath('js/manifest.json')
app.publicPath('js/.vite/manifest.json')
)
},

Expand Down

0 comments on commit cacf5e5

Please sign in to comment.