diff --git a/docs/src/app/layout.tsx b/docs/src/app/layout.tsx index 778484a..a568e6a 100644 --- a/docs/src/app/layout.tsx +++ b/docs/src/app/layout.tsx @@ -45,7 +45,7 @@ export default async function RootLayout({ navbar={navbar} pageMap={await getPageMap()} footer={footer} - docsRepositoryBase="https://github.com/sergi0g/cup" + docsRepositoryBase="https://github.com/sergi0g/cup/blob/main/docs" >
{children}