0
Fork 0
mirror of https://github.com/stonith404/pingvin-share.git synced 2025-02-19 01:55:48 -05:00

docs: fix docusaurus edit link

This commit is contained in:
Elias Schneider 2024-08-25 15:42:21 +02:00
parent c98b237259
commit 4f9b4f38f6
No known key found for this signature in database
GPG key ID: 07E623B294202B6C

View file

@ -28,7 +28,7 @@ const config: Config = {
docs: {
routeBasePath: "/",
sidebarPath: "./sidebars.ts",
editUrl: "https://github.com/stonith404/pingvin-share/docs",
editUrl: "https://github.com/stonith404/pingvin-share/edit/main/docs",
},
blog: false,
} satisfies Preset.Options,