@@ -50,8 +50,8 @@ const config: Config = {
50
50
{ to : "/blog" , label : "Blog" , position : "left" } ,
51
51
{ to : "/donate" , label : "Donate" , position : "left" } ,
52
52
{ 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" , } ,
55
55
{ to : "/github" , position : "right" , className : "github-link" , target : "_blank" , } ,
56
56
{ to : "/discord" , position : "right" , className : "discord-link" , target : "_blank" , } ,
57
57
] ,
@@ -95,7 +95,7 @@ const config: Config = {
95
95
] ,
96
96
} ,
97
97
] ,
98
- copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } Pelican` ,
98
+ copyright : `Copyright © 2024 - ${ new Date ( ) . getFullYear ( ) } Pelican` ,
99
99
} ,
100
100
prism : {
101
101
theme : prismThemes . github ,
@@ -116,8 +116,8 @@ const config: Config = {
116
116
{
117
117
redirects : [
118
118
{ 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 ' } ,
121
121
{ from : '/hub' , to : 'https://hub.pelican.dev' } ,
122
122
] ,
123
123
} ,
0 commit comments