Skip to content

Commit fae14b1

Browse files
committed
add client-side redirect
1 parent 5381bfd commit fae14b1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docusaurus.config.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,17 @@ const config = {
175175
: null,
176176
"./src/plugins/launchdarkly",
177177
"./src/plugins/sentry",
178+
[
179+
"@docusaurus/plugin-client-redirects",
180+
{
181+
redirects: [
182+
{
183+
to: "/wallet",
184+
from: "/wallet/index",
185+
},
186+
],
187+
},
188+
],
178189
],
179190
themeConfig:
180191
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */

0 commit comments

Comments
 (0)