Skip to content

Commit

Permalink
fix(backend): Fix Vite manifest file path
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric committed Nov 17, 2023
1 parent 2277c3c commit c1e30d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Helper/ViteHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class ViteHelper extends Helper
* @var array<string, mixed>
*/
protected array $_defaultConfig = [
'manifestFile' => WWW_ROOT . 'manifest.json',
'manifestFile' => WWW_ROOT . '.vite' . DS . 'manifest.json',
];

/**
Expand Down

0 comments on commit c1e30d0

Please sign in to comment.