mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 16:16:02 +00:00
added bknd admin config override to make it easier to include <Admin />
This commit is contained in:
@@ -13,6 +13,6 @@ const user = api.getUser();
|
||||
|
||||
<html>
|
||||
<body>
|
||||
<Admin withProvider={{ user }} client:load />
|
||||
<Admin withProvider={{ user }} config={{ basepath: "/admin" }} client:load />
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user