Skip to content

Commit f44f498

Browse files
Merge pull request #341 from MMesch/mmesch/fundable-redirect
Add /fundable → /sponsor redirect
2 parents cddec85 + ec03e04 commit f44f498

3 files changed

Lines changed: 153 additions & 61 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: [

package-lock.json

Lines changed: 143 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"dependencies": {
2525
"@coreui/react": "^5.0.0",
2626
"@docusaurus/core": "^3.8.1",
27+
"@docusaurus/plugin-client-redirects": "^3.8.1",
2728
"@docusaurus/preset-classic": "^3.8.1",
2829
"@formspree/core": "^3.0.1",
2930
"@formspree/react": "^2.5.1",

0 commit comments

Comments
 (0)