diff --git a/docs/pages/_app.js b/docs/pages/_app.js new file mode 100644 index 00000000..e78861b7 --- /dev/null +++ b/docs/pages/_app.js @@ -0,0 +1,11 @@ +import { DocsGPTWidget } from "docsgpt"; +import "docsgpt/dist/style.css"; + +export default function MyApp({ Component, pageProps }) { + return ( + <> + + + + ) +} \ No newline at end of file diff --git a/docs/theme.config.jsx b/docs/theme.config.jsx index f690cef6..2b868db7 100644 --- a/docs/theme.config.jsx +++ b/docs/theme.config.jsx @@ -1,7 +1,5 @@ import Image from 'next/image' import { Analytics } from '@vercel/analytics/react'; -import { DocsGPTWidget } from "docsgpt"; -import "docsgpt/dist/style.css"; const github = 'https://github.com/arc53/DocsGPT';