refactor(sponsor): removed sponsor banner and related configurations (#1405)

This commit is contained in:
Corentin THOMASSET 2024-11-30 00:06:39 +01:00 committed by GitHub
parent 0b1b98f93e
commit b47d132839
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 36 deletions

View file

@ -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,