Skip to content

Commit

Permalink
fix: update incorrect current season again (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmostSuspense authored Oct 16, 2024
1 parent e548562 commit 215fbf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const DIST_DIR = path.resolve(`./dist`)
const ENTRY_FILE = path.resolve("./src/index.ts")
const DECLARATION_FILE = path.resolve("./src/types/index.d.ts")

const CURRENT_SEASON = "Y9S4"
const CURRENT_SEASON = "Y9S3"

const SVGO_PLUGINS: PluginConfig[] = [
// "cleanupIDs" plugin is added at the build-optimized-svg script directly
Expand Down

0 comments on commit 215fbf7

Please sign in to comment.