mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 21:37:11 -04:00
refactor(sponsor): removed sponsor banner and related configurations (#1405)
This commit is contained in:
parent
0b1b98f93e
commit
b47d132839
3 changed files with 0 additions and 36 deletions
|
@ -59,12 +59,6 @@ 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