docs: add plugin client redirect
This commit is contained in:
parent
a88a99e624
commit
3906ccffe1
@ -66,8 +66,8 @@ const config = {
|
||||
{
|
||||
redirects: [
|
||||
{
|
||||
from: "troubleshooting/failed-to-fetch",
|
||||
to: "troubleshooting/somethings-amiss",
|
||||
from: "/troubleshooting/failed-to-fetch",
|
||||
to: "/troubleshooting/somethings-amiss",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "^3.0.0",
|
||||
"@docusaurus/plugin-client-redirects": "^3.1.0",
|
||||
"@docusaurus/plugin-client-redirects": "^3.0.0",
|
||||
"@docusaurus/plugin-content-docs": "^3.0.0",
|
||||
"@docusaurus/preset-classic": "^3.0.0",
|
||||
"@docusaurus/theme-live-codeblock": "^3.0.0",
|
||||
|
||||
@ -1359,7 +1359,7 @@
|
||||
react-helmet-async "*"
|
||||
react-loadable "npm:@docusaurus/react-loadable@5.5.2"
|
||||
|
||||
"@docusaurus/plugin-client-redirects@^3.1.0":
|
||||
"@docusaurus/plugin-client-redirects@^3.0.0":
|
||||
version "3.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-client-redirects/-/plugin-client-redirects-3.1.0.tgz#1d107a319d83da24edac0a672681b098129eee8f"
|
||||
integrity sha512-CuFbdciMGvtGYiIPSOpj5idsHOQUcqZWTLCmZV3ePhviekm4dRZm1+QK/BxigmSTL5ICJMGbtOQnz7bgFSWHqg==
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user