chore(sponsors): fern sponsor banners (#1314)

* chore(sponsors): readme banner

* chore(sponsors): app sponsor
This commit is contained in:
Corentin THOMASSET 2024-10-03 00:01:09 +02:00 committed by GitHub
parent 1c35ac3704
commit f962c416a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 49 additions and 2 deletions

View file

@ -59,6 +59,12 @@ export const config = figue({
default: false,
env: 'VITE_SHOW_BANNER',
},
showSponsorBanner: {
doc: 'Show the sponsor banner',
format: 'boolean',
default: false,
env: 'VITE_SHOW_SPONSOR_BANNER',
},
})
.loadEnv({
...import.meta.env,