feat(sponsor): added sponsor banner (#1422)

This commit is contained in:
Corentin THOMASSET 2024-12-14 12:15:18 +01:00 committed by GitHub
parent 63fbd3b45c
commit 08d977b8cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 8686 additions and 5948 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,