try fix image missing on deploy

This commit is contained in:
Sirin Puenggun 2023-07-16 19:31:50 +07:00
parent ac68a1a439
commit 739646d434

View File

@ -3,70 +3,70 @@ const cards = [
'title': 'Data type', 'title': 'Data type',
'describe': 'Day 1', 'describe': 'Day 1',
'link': 'https://elabsheet.org/elab/taskpads/show/iln6rkv0ch/', 'link': 'https://elabsheet.org/elab/taskpads/show/iln6rkv0ch/',
'img': '../../public/images/gif/_1.jpg', 'img': '/images/gif/_1.jpg',
'id': 1 'id': 1
}, },
{ {
'title': 'Boolean', 'title': 'Boolean',
'describe': 'Day 1', 'describe': 'Day 1',
'link': 'https://elabsheet.org/elab/taskpads/show/558n9h46d9/', 'link': 'https://elabsheet.org/elab/taskpads/show/558n9h46d9/',
'img': '../../public/images/gif/_2.jpg', 'img': '/images/gif/_2.jpg',
'id': 2 'id': 2
}, },
{ {
'title': 'Operator 01 (Area)', 'title': 'Operator 01 (Area)',
'describe': 'Day 1', 'describe': 'Day 1',
'link': 'https://elabsheet.org/elab/taskpads/show/l2uoxc77z9/', 'link': 'https://elabsheet.org/elab/taskpads/show/l2uoxc77z9/',
'img': '../../public/images/gif/_3.jpg', 'img': '/images/gif/_3.jpg',
'id': 3 'id': 3
}, },
{ {
'title': 'Operator 02 (Radius)', 'title': 'Operator 02 (Radius)',
'describe': 'Day 1', 'describe': 'Day 1',
'link': 'https://elabsheet.org/elab/taskpads/show/dzm24rq6hp/', 'link': 'https://elabsheet.org/elab/taskpads/show/dzm24rq6hp/',
'img': '../../public/images/gif/_4.jpg', 'img': '/images/gif/_4.jpg',
'id': 4 'id': 4
}, },
{ {
'title': 'Variables', 'title': 'Variables',
'describe': 'Day 1', 'describe': 'Day 1',
'link': 'https://elabsheet.org/elab/taskpads/show/jr070sqaqp/', 'link': 'https://elabsheet.org/elab/taskpads/show/jr070sqaqp/',
'img': '../../public/images/gif/_5.jpg', 'img': '/images/gif/_5.jpg',
'id': 5 'id': 5
}, },
{ {
'title': 'Numbers, Casting, String', 'title': 'Numbers, Casting, String',
'describe': 'Day 1', 'describe': 'Day 1',
'link': 'https://elabsheet.org/elab/taskpads/show/qkea3sxyo0/', 'link': 'https://elabsheet.org/elab/taskpads/show/qkea3sxyo0/',
'img': '../../public/images/gif/_6.jpg', 'img': '/images/gif/_6.jpg',
'id': 6 'id': 6
}, },
{ {
'title': 'Strings', 'title': 'Strings',
'describe': 'Day 1', 'describe': 'Day 1',
'link': 'https://elabsheet.org/elab/taskpads/show/npxunwm0n5/', 'link': 'https://elabsheet.org/elab/taskpads/show/npxunwm0n5/',
'img': '../../public/images/gif/_7.jpg', 'img': '/images/gif/_7.jpg',
'id': 7 'id': 7
}, },
{ {
'title': 'Strings slicing', 'title': 'Strings slicing',
'describe': 'Day 1', 'describe': 'Day 1',
'link': 'https://elabsheet.org/elab/taskpads/show/h62ity5o8f/', 'link': 'https://elabsheet.org/elab/taskpads/show/h62ity5o8f/',
'img': '../../public/images/gif/_8.jpg', 'img': '/images/gif/_8.jpg',
'id': 8 'id': 8
}, },
{ {
'title': 'Computation', 'title': 'Computation',
'describe': 'Day 1', 'describe': 'Day 1',
'link': 'https://elabsheet.org/elab/taskpads/show/0537fkytq9/', 'link': 'https://elabsheet.org/elab/taskpads/show/0537fkytq9/',
'img': '../../public/images/gif/_9.jpg', 'img': '/images/gif/_9.jpg',
'id': 9 'id': 9
}, },
{ {
'title': 'Comment', 'title': 'Comment',
'describe': 'Day 1', 'describe': 'Day 1',
'link': 'https://elabsheet.org/elab/taskpads/show/xj450gjw5y/', 'link': 'https://elabsheet.org/elab/taskpads/show/xj450gjw5y/',
'img': '../../public/images/gif/_10.jpg', 'img': '/images/gif/_10.jpg',
'id': 10 'id': 10
} }
] ]