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:
parent
c98b237259
commit
4f9b4f38f6
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ const config: Config = {
|
||||||
docs: {
|
docs: {
|
||||||
routeBasePath: "/",
|
routeBasePath: "/",
|
||||||
sidebarPath: "./sidebars.ts",
|
sidebarPath: "./sidebars.ts",
|
||||||
editUrl: "https://github.com/stonith404/pingvin-share/docs",
|
editUrl: "https://github.com/stonith404/pingvin-share/edit/main/docs",
|
||||||
},
|
},
|
||||||
blog: false,
|
blog: false,
|
||||||
} satisfies Preset.Options,
|
} satisfies Preset.Options,
|
||||||
|
|
Loading…
Add table
Reference in a new issue