mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 19:48:11 +00:00
fix: typos; updated images api source
This commit is contained in:
@@ -7,7 +7,7 @@ export default defineComponent({
|
||||
},
|
||||
|
||||
getThumbnailURL(vehicleType: string, size: 'small' | 'large') {
|
||||
return `https://static.spythere.eu/images/${vehicleType}--${size == 'small' ? 300 : 800}px.jpg`;
|
||||
return `https://stacjownik.spythere.eu/static/images/${vehicleType}--${size == 'small' ? 300 : 800}px.jpg`;
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user