mirror of
https://github.com/rrousselGit/freezed.git
synced 2025-05-17 08:25:55 +08:00
Update tiers
This commit is contained in:
@ -1,27 +1,19 @@
|
||||
import { defineConfig, presets } from 'sponsorkit'
|
||||
import { defineConfig, presets } from "sponsorkit";
|
||||
|
||||
export default defineConfig({
|
||||
// Providers configs
|
||||
github: {
|
||||
login: "rrousselGit",
|
||||
},
|
||||
|
||||
// Rendering configs
|
||||
width: 800,
|
||||
formats: ["json", "svg", "png"],
|
||||
formats: ["svg"],
|
||||
tiers: [
|
||||
{
|
||||
title: "Backers",
|
||||
preset: presets.base,
|
||||
},
|
||||
{
|
||||
title: "Sponsors",
|
||||
monthlyDollars: 10,
|
||||
preset: presets.medium,
|
||||
},
|
||||
{
|
||||
title: "Silver Sponsors",
|
||||
monthlyDollars: 50,
|
||||
monthlyDollars: 25,
|
||||
preset: presets.large,
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user