docs: fix the redirect paths

This commit is contained in:
Arista Indrajaya 2024-03-04 13:46:11 +07:00
parent 89133fb629
commit 544e9fd06f

View File

@ -68,11 +68,11 @@ const config = {
redirects: [ redirects: [
{ {
from: "/troubleshooting/failed-to-fetch", from: "/troubleshooting/failed-to-fetch",
to: "/troubleshooting/somethings-amiss", to: "/guides/error-codes/something-amiss/",
}, },
{ {
from: "/guides/troubleshooting/gpu-not-used/", from: "/guides/troubleshooting/gpu-not-used/",
to: "/troubleshooting/gpu-not-used", to: "/guides/common-error/not-using-gpu/",
}, },
], ],
}, },