Skip to content

Commit

Permalink
fix: edit this article link (#1532)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Mar 11, 2024
1 parent a9b1e32 commit 5196a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/blog/[slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const links = [
{
icon: 'i-ph-pen-duotone',
label: 'Edit this article',
to: `https://github.com/nuxt/nuxt.com/edit/main/content/7.blog/${article.value._file}`,
to: `https://github.com/nuxt/nuxt.com/edit/main/content/${article.value._file}`,
target: '_blank'
}, {
icon: 'i-ph-shooting-star-duotone',
Expand Down

0 comments on commit 5196a31

Please sign in to comment.