Move images around, so they get served

This commit is contained in:
2023-12-02 15:39:52 -05:00
parent 9d1d7398b9
commit 7658ba2bed
6 changed files with 5 additions and 5 deletions

View File

Before

Width:  |  Height:  |  Size: 276 KiB

After

Width:  |  Height:  |  Size: 276 KiB

View File

Before

Width:  |  Height:  |  Size: 273 KiB

After

Width:  |  Height:  |  Size: 273 KiB

View File

Before

Width:  |  Height:  |  Size: 257 KiB

After

Width:  |  Height:  |  Size: 257 KiB

View File

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@@ -29,8 +29,8 @@ const getSampleData = () => [
name: 'ProjectX',
class: 'J/27',
year: 1981,
imgsrc: '/src/assets/j27.png',
iconsrc: '/src/assets/projectx_avatar256.png',
imgsrc: '/public/tmpimg/j27.png',
iconsrc: '/putlib/tmpimg/projectx_avatar256.png',
defects: [
{
type: 'engine',
@@ -54,15 +54,15 @@ and rough engine performance.`,
name: 'Take5',
class: 'J/27',
year: 1985,
imgsrc: '/src/assets/j27.png',
iconsrc: '/src/assets/take5_avatar32.png',
imgsrc: '/public/tmpimg/j27.png',
iconsrc: '/public/tmpimg/take5_avatar32.png',
},
{
id: 3,
name: 'WeeBeestie',
class: 'Capri 25',
year: 1989,
imgsrc: '/src/assets/capri25.png',
imgsrc: '/public/tmpimg/capri25.png',
},
];