diff --git a/codepoints.net/lib/Router/AssetHandler.php b/codepoints.net/lib/Router/AssetHandler.php index b0d14606..d985c6a4 100644 --- a/codepoints.net/lib/Router/AssetHandler.php +++ b/codepoints.net/lib/Router/AssetHandler.php @@ -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;