docs: Correct the incorrect value of the config attribute in the admin component

This commit is contained in:
Jie
2025-08-06 15:19:28 +08:00
committed by GitHub
parent 143d6a55ff
commit 44fdfcc8d9

View File

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