Skip to content

Commit

Permalink
Update docusaurus.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lancepioch authored Feb 18, 2025
1 parent 051c87f commit 77cd52b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ const config: Config = {
{ to: "/blog", label: "Blog", position: "left" },
{ to: "/donate", label: "Donate", position: "left" },
{ to: "/faq", label: "FAQ", position: "left" },
{ to: "/hub", label: "The Hub", position: "left", target: "_blank", },
{ to: "/eggs-nest", label: "Eggs Nest", position: "left", target: "_blank", },
{ to: "/hub", label: "Hub", position: "left", target: "_blank", },
{ to: "/eggs", label: "Eggs", position: "left", target: "_blank", },
{ to: "/github", position: "right", className: "github-link", target: "_blank", },
{ to: "/discord", position: "right", className: "discord-link", target: "_blank", },
],
Expand Down Expand Up @@ -95,7 +95,7 @@ const config: Config = {
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} Pelican`,
copyright: `Copyright © 2024 - ${new Date().getFullYear()} Pelican`,
},
prism: {
theme: prismThemes.github,
Expand All @@ -116,8 +116,8 @@ const config: Config = {
{
redirects: [
{ from: '/discord', to: 'https://discord.gg/pelican-panel' },
{ from: '/eggs-nest', to: 'https://pelican-eggs.github.io/pelican' },
{ from: '/github', to: 'https://github.com/pelican-dev' },
{ from: '/eggs', to: 'https://pelican-eggs.github.io/pelican' },
{ from: '/github', to: 'https://github.com/pelican-dev/panel' },
{ from: '/hub', to: 'https://hub.pelican.dev' },
],
},
Expand Down

0 comments on commit 77cd52b

Please sign in to comment.