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>
|
||||
<Admin
|
||||
withProvider={{ user }}
|
||||
config={{ basepath: "/admin", color_scheme: "dark", logo_return_path: "/../" }}
|
||||
config={{ basepath: "/admin", theme: "dark", logo_return_path: "/../" }}
|
||||
client:only
|
||||
/>
|
||||
</body>
|
||||
|
||||
@@ -11,7 +11,7 @@ export default async function AdminPage() {
|
||||
config={{
|
||||
basepath: "/admin",
|
||||
logo_return_path: "/../",
|
||||
color_scheme: "system",
|
||||
theme: "system",
|
||||
}}
|
||||
/>
|
||||
);
|
||||
|
||||
@@ -5,6 +5,6 @@ export default adminPage({
|
||||
config: {
|
||||
basepath: "/admin",
|
||||
logo_return_path: "/../",
|
||||
color_scheme: "system"
|
||||
}
|
||||
theme: "system",
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user