Skip to content

Commit

Permalink
docs(website): fix editUrl link
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed May 11, 2024
1 parent 16c3383 commit d47ea31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.ts
Expand Up @@ -30,7 +30,7 @@ const config: Config = {
breadcrumbs: false,
routeBasePath: "/",
sidebarPath: "./sidebars.ts",
editUrl: "https://github.com/gpbl/react-day-picker/tree/main",
editUrl: "https://github.com/gpbl/react-day-picker/tree/main/website",
remarkPlugins: [
require("@docusaurus/remark-plugin-npm2yarn"),
[require("remark-github"), { repository: "gpbl/react-day-picker" }]
Expand Down

0 comments on commit d47ea31

Please sign in to comment.