From c953df06181a7366d0bc29fdfb52fb7195d53ccc Mon Sep 17 00:00:00 2001 From: pilcrow Date: Mon, 11 Mar 2024 06:30:49 +0900 Subject: [PATCH] Add sponsor button (#1483) --- .github/FUNDING.yml | 1 + docs/malta.config.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 000000000..384b39106 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: pilcrowOnPaper \ No newline at end of file diff --git a/docs/malta.config.json b/docs/malta.config.json index c111bd929..ff58c5727 100644 --- a/docs/malta.config.json +++ b/docs/malta.config.json @@ -49,7 +49,8 @@ "pages": [ ["Discord", "https://discord.com/invite/PwrK3kpVR3"], ["GitHub", "https://github.com/lucia-auth/lucia"], - ["Twitter", "https://twitter.com/lucia_auth"] + ["Twitter", "https://twitter.com/lucia_auth"], + ["Donate", "https://github.com/sponsors/pilcrowOnPaper"] ] } ]