m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-12 07:03:48 -05:00

docs: fix incorrect edit this page URL

Closes #79
This commit is contained in:
Sergio
2025-03-21 18:20:14 +02:00
parent be99438123
commit 4f54301467

View File

@@ -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"
>
<div>{children}</div>
</Layout>