Skip to content

Commit

Permalink
Fix addons page
Browse files Browse the repository at this point in the history
  • Loading branch information
Ukendio committed Aug 31, 2024
1 parent 58d50f0 commit cbe7022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default defineConfig({
{ text: 'Queries', link: '/learn/concepts/queries' },
{ text: 'Relationships', link: '/learn/concepts/relationships' },
{ text: 'Component Traits', link: 'learn/concepts/component-traits' },
{ text: 'Addons', link: '/learn/addons' }
{ text: 'Addons', link: '/learn/concepts/addons' }
]
},
{
Expand Down

0 comments on commit cbe7022

Please sign in to comment.