Skip to content

Commit 77cd52b

Browse files
authored
Update docusaurus.config.ts
1 parent 051c87f commit 77cd52b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docusaurus.config.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ const config: Config = {
5050
{ to: "/blog", label: "Blog", position: "left" },
5151
{ to: "/donate", label: "Donate", position: "left" },
5252
{ to: "/faq", label: "FAQ", position: "left" },
53-
{ to: "/hub", label: "The Hub", position: "left", target: "_blank", },
54-
{ to: "/eggs-nest", label: "Eggs Nest", position: "left", target: "_blank", },
53+
{ to: "/hub", label: "Hub", position: "left", target: "_blank", },
54+
{ to: "/eggs", label: "Eggs", position: "left", target: "_blank", },
5555
{ to: "/github", position: "right", className: "github-link", target: "_blank", },
5656
{ to: "/discord", position: "right", className: "discord-link", target: "_blank", },
5757
],
@@ -95,7 +95,7 @@ const config: Config = {
9595
],
9696
},
9797
],
98-
copyright: `Copyright © ${new Date().getFullYear()} Pelican`,
98+
copyright: `Copyright © 2024 - ${new Date().getFullYear()} Pelican`,
9999
},
100100
prism: {
101101
theme: prismThemes.github,
@@ -116,8 +116,8 @@ const config: Config = {
116116
{
117117
redirects: [
118118
{ from: '/discord', to: 'https://discord.gg/pelican-panel' },
119-
{ from: '/eggs-nest', to: 'https://pelican-eggs.github.io/pelican' },
120-
{ from: '/github', to: 'https://github.com/pelican-dev' },
119+
{ from: '/eggs', to: 'https://pelican-eggs.github.io/pelican' },
120+
{ from: '/github', to: 'https://github.com/pelican-dev/panel' },
121121
{ from: '/hub', to: 'https://hub.pelican.dev' },
122122
],
123123
},

0 commit comments

Comments
 (0)