prep for git->cloudflare

This commit is contained in:
zach
2026-02-24 12:36:19 -05:00
parent ab1719b78f
commit dfe8254697
24 changed files with 41 additions and 52 deletions

View File

@@ -122,6 +122,7 @@ import white_flare from "/src/svg/set/white_flare.svg?raw";
import mega_evolutions from "/src/svg/set/mega_evolutions.svg?raw";
import phantasmal_flames from "/src/svg/set/phantasmal_flames.svg?raw";
import destined_rivals from "/src/svg/set/destined_rivals.svg?raw";
import surging_sparks from "/src/svg/set/surging_sparks.svg?raw";
const { set } = Astro.props;
@@ -249,6 +250,7 @@ const setMap = {
"PFL": phantasmal_flames,
"ASC": ascended_heroes,
"DRI": destined_rivals,
"SSP": surging_sparks,
};
const svg = setMap[set as keyof typeof setMap] ?? "";