Updated Buymeacoffee links

This commit is contained in:
headlessdev
2025-04-24 14:28:03 +02:00
parent f297e20ae1
commit 343dc15f66
24 changed files with 73 additions and 72 deletions

View File

@@ -19,7 +19,7 @@ export default defineConfig({
footer: {
message: 'Released under the MIT License.',
copyright: 'Copyright © 2025-present CoreControl'
copyright: 'Copyright © 2025-present CoreControl',
},
search: {
@@ -59,7 +59,8 @@ export default defineConfig({
],
socialLinks: [
{ icon: 'github', link: 'https://github.com/crocofied/corecontrol' }
{ icon: 'github', link: 'https://github.com/crocofied/corecontrol' },
{ icon: 'buymeacoffee', link: 'https://www.buymeacoffee.com/corecontrol' }
]
}
})