docs: redirect the install slug to /install
This commit is contained in:
parent
0f14faf762
commit
9876cf2156
@ -1,6 +1,5 @@
|
|||||||
// @ts-check
|
// @ts-check
|
||||||
// Note: type annotations allow type checking and IDEs autocompletion
|
// Note: type annotations allow type checking and IDEs autocompletion
|
||||||
|
|
||||||
require("dotenv").config();
|
require("dotenv").config();
|
||||||
|
|
||||||
const darkCodeTheme = require("prism-react-renderer/themes/dracula");
|
const darkCodeTheme = require("prism-react-renderer/themes/dracula");
|
||||||
@ -105,6 +104,9 @@ const config = {
|
|||||||
{
|
{
|
||||||
from: "/troubleshooting/undefined-issue/",
|
from: "/troubleshooting/undefined-issue/",
|
||||||
to: "/guides/error-codes/undefined-issue/",
|
to: "/guides/error-codes/undefined-issue/",
|
||||||
|
}, {
|
||||||
|
from: "/install/",
|
||||||
|
to: "/guides/install/",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user