different source docs

This commit is contained in:
Alex
2023-09-12 17:37:26 +01:00
parent 40b2590815
commit f3104f3bc4

View File

@@ -5,7 +5,7 @@ export default function MyApp({ Component, pageProps }) {
return ( return (
<> <>
<Component {...pageProps} /> <Component {...pageProps} />
<DocsGPTWidget /> <DocsGPTWidget selectDocs="local/docsgpt-sep.zip/"/>
</> </>
) )
} }