diff --git a/app/the-zwifty-fifty/ZwiftyFiftyRaces.ts b/app/the-zwifty-fifty/ZwiftyFiftyRaces.ts index 50bd4fd..0c418ff 100644 --- a/app/the-zwifty-fifty/ZwiftyFiftyRaces.ts +++ b/app/the-zwifty-fifty/ZwiftyFiftyRaces.ts @@ -230,4 +230,16 @@ export const ZwiftyFiftyRacesData = [ sprintLaps: ['1,2'], bonus: ['3','2','1'], }), + new ZwiftyFiftyRacesTemplate({ + route: 'Makuri Pretzel', + world: 'Makuri Islands', + linkRoute: 'https://zwiftinsider.com/route/makuri-pretzel/', + laps: '1', + length: '48.1', + hm: '556', + climbs: [''], + sprints: ['Shisa Sprint Reverse','Shisa Sprint'], + sprintLaps: ['1','1'], + bonus: ['3','2','1'], + }), ]; \ No newline at end of file diff --git a/public/the-zwifty-fifty/makuri-pretzel/Makuri-Pretzel-profile.png b/public/the-zwifty-fifty/makuri-pretzel/Makuri-Pretzel-profile.png new file mode 100644 index 0000000..10b1020 Binary files /dev/null and b/public/the-zwifty-fifty/makuri-pretzel/Makuri-Pretzel-profile.png differ