mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +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