We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbbcb1d commit dbdb4b8Copy full SHA for dbdb4b8
1 file changed
docs/theme.config.js
@@ -15,7 +15,20 @@ export default {
15
next: true,
16
},
17
footer: {
18
- text: `MIT ${new Date().getFullYear()} © Brian Carlson.`,
+ content: (
19
+ <span>
20
+ As of 2026-03-01 I am taking a break from the workforce to focus entirely on this project! Please consider{' '}
21
+ <a
22
+ href="https://github.com/sponsors/brianc"
23
+ target="_blank"
24
+ rel="noopener noreferrer"
25
+ style={{ textDecoration: 'underline' }}
26
+ >
27
+ sponsoring this work on GitHub
28
+ </a>
29
+ !
30
+ </span>
31
+ ),
32
33
editLink: {
34
text: 'Edit this page on GitHub',
0 commit comments