diff --git a/docs/docs/guides/08-troubleshooting/03-gpu-not-used.mdx b/docs/docs/guides/08-troubleshooting/03-gpu-not-used.mdx index 5517a45db..8fce3a483 100644 --- a/docs/docs/guides/08-troubleshooting/03-gpu-not-used.mdx +++ b/docs/docs/guides/08-troubleshooting/03-gpu-not-used.mdx @@ -1,5 +1,7 @@ --- title: Jan is Not Using GPU +slug: /troubleshooting/gpu-not-used +description: Jan is not using GPU keywords: [ Jan AI, Jan, diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 18bcde315..3e3a4155f 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -69,6 +69,10 @@ const config = { from: "/troubleshooting/failed-to-fetch", to: "/troubleshooting/somethings-amiss", }, + { + from: "/guides/troubleshooting/gpu-not-used/", + to: "/troubleshooting/gpu-not-used", + }, ], }, ],