mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-26 17:56:13 -04:00
chore(sponsors): fern sponsor banners (#1314)
* chore(sponsors): readme banner * chore(sponsors): app sponsor
This commit is contained in:
parent
1c35ac3704
commit
f962c416a3
4 changed files with 49 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue