Skip to content

Commit

Permalink
Merge pull request #9 from ZephyrBlu/gas-builds
Browse files Browse the repository at this point in the history
Use Gasses in Builds
  • Loading branch information
ZephyrBlu committed Feb 14, 2023
2 parents 7f865d4 + b63f6a1 commit 4666436
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/pages/reports/iem-katowice-2023/[race].astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {TournamentReportParams, Status} from '../_types';
import { generateMatchupTrees } from '../_utils';
import treesKatowice2023 from './_build_trees.json' assert {type: "json"};
export function getStaticPaths() {
const RACES: Race[] = ['Protoss', 'Terran', 'Zerg'];
return RACES.map(race => {
Expand All @@ -19,6 +20,7 @@ export function getStaticPaths() {
publishedAt: '2023-02-14',
status: Status.Finalized,
definitions: yearReportDefinitions,
updates: ['Regenerated data with gasses included in builds'],
};
return {
Expand All @@ -36,7 +38,6 @@ const {year, tournament, race, publishedAt, updatedAt, status, definitions, upda
description={`
${race} builds played at ${tournament} ${year} from all matchups.
Explore the tree of builds all the way down to individual games through the follow-up buttons.
Gasses are excluded from builds because their variations tends to make it hard to capture good groupings.
`}
publishedAt={publishedAt}
updatedAt={updatedAt}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/reports/iem-katowice-2023/_build_trees.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 4666436

Please sign in to comment.