diff --git a/plugin.json b/plugin.json index b2535cd..f885d61 100644 --- a/plugin.json +++ b/plugin.json @@ -15,5 +15,5 @@ "hook": "filter:admin.create_routes", "method": "addAdminRoute", "callbacked": true } ], - "staticDir": "./static" -} \ No newline at end of file + "staticDirs": ["./static"] +}