Update _app.mdx

This commit is contained in:
Alex
2025-02-18 09:09:37 +00:00
committed by GitHub
parent 586fc80c19
commit 03ee16f5ca

View File

@@ -4,7 +4,7 @@ export default function MyApp({ Component, pageProps }) {
return (
<>
<Component {...pageProps} />
<DocsGPTWidget showSources={true} apiKey="bae7004a-2344-4882-9e2f-259128e78843" theme="dark" size="medium" />
<DocsGPTWidget showSources={true} apiKey="6dd66edf-d374-4904-93af-ab0c6d41ee56" theme="dark" size="medium" />
</>
)
}
}