prep for git->cloudflare
This commit is contained in:
@@ -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] ?? "";
|
||||
|
||||
Reference in New Issue
Block a user