Merge pull request #229 from DimplesY/main

docs: fix <Admin /> config props
This commit is contained in:
dswbx
2025-08-06 10:00:33 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -173,7 +173,7 @@ export const prerender = false;
withProvider={{ user }} withProvider={{ user }}
config={{ config={{
basepath: "/admin", basepath: "/admin",
color_scheme: "dark", theme: "dark",
logo_return_path: "/../" logo_return_path: "/../"
}} }}
client:only client:only

View File

@@ -145,7 +145,7 @@ export default async function AdminPage() {
config={{ config={{
basepath: "/admin", basepath: "/admin",
logo_return_path: "/../", logo_return_path: "/../",
color_scheme: "system", theme: "system",
}} }}
/> />
); );