Skip to content

Commit

Permalink
fix position of vite manifest after upgrade to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
Boldewyn committed Mar 15, 2024
1 parent 96b91c2 commit d1a39da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codepoints.net/lib/Router/AssetHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class AssetHandler {
private array $manifest = [];

public function __construct() {
$manifest_path = dirname(dirname(__DIR__)).'/static/manifest.json';
$manifest_path = dirname(dirname(__DIR__)).'/static/.vite/manifest.json';
if (! is_file($manifest_path)) {
Analog::warning('AssetHandler: no manifest found');
return;
Expand Down

0 comments on commit d1a39da

Please sign in to comment.