From 6353f89cb306f0dfbb159c657cc9a243339d3595 Mon Sep 17 00:00:00 2001 From: mmabdalla <101379618+mmabdalla@users.noreply.github.com> Date: Mon, 29 Dec 2025 01:42:35 +0200 Subject: [PATCH] Fix: Add assets route handler to manifest.yaml --- manifest.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifest.yaml b/manifest.yaml index d704b61..d0cdcaa 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -25,6 +25,11 @@ routes: method: GET handler: serveEditor + # Static assets route + - path: /assets/:filepath + method: GET + handler: serveAssets + # API routes for pages - path: /api/pages method: GET