diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index b31d0ae..409720b 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -25,6 +25,11 @@ export default defineConfig({ socialLinks: [ { icon: 'github', link: 'https://git.numtide.com/numtide/treefmt' } - ] + ], + + footer: { + message: 'Released under the MIT License.', + copyright: "Copyright © 2024-present Treefmt Contributors" + } } })