Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 2, 2024
1 parent ef45a18 commit ca40a50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sponsorkit.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { BadgePreset, defineConfig, presets } from 'sponsorkit'
import { defineConfig } from 'sponsorkit'

const year = new Date().getFullYear()
const month = new Date().getMonth() + 1
Expand All @@ -13,6 +13,7 @@ export default defineConfig({
{
name: `sponsors.${date}`,
width: 1000,
includePastSponsors: false,
renderer: 'circles'
},
{
Expand Down

0 comments on commit ca40a50

Please sign in to comment.