Skip to content

Commit 632c457

Browse files
committed
Add /fundable → /sponsor redirect
1 parent cddec85 commit 632c457

3 files changed

Lines changed: 1690 additions & 153 deletions

File tree

docusaurus.config.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,15 @@ const config: Config = {
6969
{
7070
domain: 'quantstack.net',
7171
},
72-
]
72+
],
73+
[
74+
'@docusaurus/plugin-client-redirects',
75+
{
76+
redirects: [
77+
{ from: '/fundable', to: '/sponsor' },
78+
],
79+
},
80+
],
7381
],
7482

7583
headTags: [

0 commit comments

Comments
 (0)