Skip to content

Commit 59d81ff

Browse files
committed
chore(website): update edit links to new directory
1 parent 44c6571 commit 59d81ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ const config: Config = {
2727
{
2828
docs: {
2929
sidebarPath: './sidebars.ts',
30-
editUrl: 'https://github.com/localgpt-app/localgpt/tree/main/localgpt-app-docusaurus/',
30+
editUrl: 'https://github.com/localgpt-app/localgpt/tree/main/website/',
3131
},
3232
blog: {
3333
showReadingTime: true,
34-
editUrl: 'https://github.com/localgpt-app/localgpt/tree/main/localgpt-app-docusaurus/',
34+
editUrl: 'https://github.com/localgpt-app/localgpt/tree/main/website/',
3535
},
3636
theme: {
3737
customCss: './src/css/custom.css',

0 commit comments

Comments
 (0)