From 44fdfcc8d9bddde000181110ea53f2e0256d1ea2 Mon Sep 17 00:00:00 2001 From: Jie <51285767+DimplesY@users.noreply.github.com> Date: Wed, 6 Aug 2025 15:19:28 +0800 Subject: [PATCH] docs: Correct the incorrect value of the config attribute in the admin component --- .../docs/(documentation)/integration/(frameworks)/nextjs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/(documentation)/integration/(frameworks)/nextjs.mdx b/docs/content/docs/(documentation)/integration/(frameworks)/nextjs.mdx index 143e6e9..03d9eaa 100644 --- a/docs/content/docs/(documentation)/integration/(frameworks)/nextjs.mdx +++ b/docs/content/docs/(documentation)/integration/(frameworks)/nextjs.mdx @@ -145,7 +145,7 @@ export default async function AdminPage() { config={{ basepath: "/admin", logo_return_path: "/../", - color_scheme: "system", + theme: "system", }} /> );