mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +00:00
update override in examples
This commit is contained in:
@@ -14,7 +14,7 @@ export const prerender = false;
|
|||||||
<body>
|
<body>
|
||||||
<Admin
|
<Admin
|
||||||
withProvider={{ user }}
|
withProvider={{ user }}
|
||||||
config={{ basepath: "/admin", color_scheme: "dark", logo_return_path: "/../" }}
|
config={{ basepath: "/admin", theme: "dark", logo_return_path: "/../" }}
|
||||||
client:only
|
client:only
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ export default async function AdminPage() {
|
|||||||
config={{
|
config={{
|
||||||
basepath: "/admin",
|
basepath: "/admin",
|
||||||
logo_return_path: "/../",
|
logo_return_path: "/../",
|
||||||
color_scheme: "system",
|
theme: "system",
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -5,6 +5,6 @@ export default adminPage({
|
|||||||
config: {
|
config: {
|
||||||
basepath: "/admin",
|
basepath: "/admin",
|
||||||
logo_return_path: "/../",
|
logo_return_path: "/../",
|
||||||
color_scheme: "system"
|
theme: "system",
|
||||||
}
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user