diff --git a/docs/theme.config.tsx b/docs/theme.config.tsx index 0a31067..bb78333 100644 --- a/docs/theme.config.tsx +++ b/docs/theme.config.tsx @@ -50,6 +50,9 @@ const config: DocsThemeConfig = { ); }, + footer: { + content: `MIT ${new Date().getFullYear()} © Viva Republica, Inc.`, + }, project: { link: 'https://github.com/toss/overlay-kit', },