Skip to content

Commit

Permalink
fix: proper urls for aurora repo
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Dec 10, 2024
1 parent 6185516 commit 6d6bab1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const config: Config = {
},

// GitHub pages deployment config.
organizationName: "ublue-os",
organizationName: "NiHaiden",
projectName: "aurora-docs",

onBrokenLinks: "throw",
Expand All @@ -36,7 +36,7 @@ const config: Config = {
sidebarPath: "./sidebars.ts",
// Disables the landing page
routeBasePath: "/",
editUrl: "https://github.com/ublue-os/aurora-docs/tree/main",
editUrl: "https://github.com/NiHaiden/aurora-docs/tree/main",
},
theme: {
customCss: "./src/css/custom.css",
Expand Down Expand Up @@ -149,7 +149,7 @@ const config: Config = {
},
{
label: "Documentation on GitHub",
href: "https://github.com/ublue-os/aurora-docs",
href: "https://github.com/NiHaiden/aurora-docs",
},
],
},
Expand Down

0 comments on commit 6d6bab1

Please sign in to comment.