Skip to content

Commit fb170f7

Browse files
authored
Update docusaurus.config.ts
1 parent 7aa07ab commit fb170f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const config: Config = {
4848
items: [
4949
{ to: "/docs", label: "Docs", position: "left" },
5050
{ to: "/blog", label: "Blog", position: "left" },
51-
{ to: "/donate", label: "Donate", position: "left" },
51+
{ to: "/support", label: "Support", position: "left" },
5252
{ to: "/faq", label: "FAQ", position: "left" },
5353
{ to: "/hub", label: "Hub", position: "left", target: "_blank", },
5454
{ to: "/eggs", label: "Eggs", position: "left", target: "_blank", },
@@ -119,6 +119,7 @@ const config: Config = {
119119
{ from: '/eggs', to: 'https://pelican-eggs.github.io/pelican' },
120120
{ from: '/github', to: 'https://github.com/pelican-dev/panel' },
121121
{ from: '/hub', to: 'https://hub.pelican.dev' },
122+
{ from: '/donate', to: 'https://pelican.dev/support' },
122123
],
123124
},
124125
],

0 commit comments

Comments
 (0)