Skip to content

Commit

Permalink
fix: docsRepositoryBase url in example
Browse files Browse the repository at this point in the history
  • Loading branch information
g1eny0ung committed Aug 15, 2023
1 parent c925669 commit 10cb284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/docs/docs-theme/theme-configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ the `pages/` folder of your docs. For example:

```js
export default {
docsRepositoryBase: 'https://github.com/shuding/nextra/blob/main/docs/pages'
docsRepositoryBase: 'https://github.com/shuding/nextra/tree/main/docs'
}
```

Expand Down

0 comments on commit 10cb284

Please sign in to comment.