We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5381bfd commit fae14b1Copy full SHA for fae14b1
docusaurus.config.js
@@ -175,6 +175,17 @@ const config = {
175
: null,
176
"./src/plugins/launchdarkly",
177
"./src/plugins/sentry",
178
+ [
179
+ "@docusaurus/plugin-client-redirects",
180
+ {
181
+ redirects: [
182
183
+ to: "/wallet",
184
+ from: "/wallet/index",
185
+ },
186
+ ],
187
188
189
],
190
themeConfig:
191
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
0 commit comments