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