mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 12:37:20 +00:00
added db for astro
This commit is contained in:
@@ -13,6 +13,10 @@ const user = api.getUser();
|
||||
|
||||
<html>
|
||||
<body>
|
||||
<Admin withProvider={{ user }} config={{ basepath: "/admin" }} client:load />
|
||||
<Admin
|
||||
withProvider={{ user }}
|
||||
config={{ basepath: "/admin" }}
|
||||
client:load
|
||||
/>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user