Skip to content

Commit

Permalink
fix: broken edit link (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanharikr authored Sep 16, 2024
1 parent 451aa54 commit 1990a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { DocsThemeConfig, useConfig } from 'nextra-theme-docs'
const config: DocsThemeConfig = {
logo: <span className="font-semibold text-xl">hello.dev</span>,
darkMode: false,
docsRepositoryBase: 'https://github.com/hellocoop/hello.dev',
docsRepositoryBase: 'https://github.com/hellocoop/hello.dev/tree/main/',
sidebar: {
defaultMenuCollapseLevel: 1 //sidebar items collapsed by default
},
Expand Down

0 comments on commit 1990a3f

Please sign in to comment.