Skip to content

Commit

Permalink
fix: "Edit this page" link in Pergel
Browse files Browse the repository at this point in the history
documentation
  • Loading branch information
productdevbook committed Dec 5, 2023
1 parent 9369bf4 commit f151a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docs/pages/pergel/[...slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const links = computed(() => [
{
icon: 'i-ph-pencil-duotone',
label: 'Edit this page',
to: `https://github.com/oku-ui/docs/edit/main/content/pergel/${page?.value?._file.split('/').slice(1).join('/')}`,
to: `https://github.com/oku-ui/pergel/edit/main/.docs/content/pergel/${page?.value?._file.split('/').slice(1).join('/')}`,
target: '_blank',
},
{
Expand Down

0 comments on commit f151a32

Please sign in to comment.