Skip to content

Commit

Permalink
chore: tweak footer
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed Jul 21, 2024
1 parent c0910d1 commit 665c96f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export default defineConfig({
},
siteTitle: 'Magnetar Docs',
socialLinks: [{ icon: 'github', link: 'https://github.com/cycraft/magnetar' }],

sidebar: [
{
text: '',
Expand Down Expand Up @@ -56,9 +55,8 @@ export default defineConfig({
],
},
],

footer: {
message: 'Made with 💛 by Mesqueeb',
message: 'Made with 💜 by <a href="https://github.com/mesqueeb">Luca Ban - mesqueeb</a>',
},
},
})

0 comments on commit 665c96f

Please sign in to comment.