File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -142,27 +142,27 @@ export function useAnimation() {
142
142
break
143
143
case '1' :
144
144
parts . type = 'head-photo'
145
- parts . src = ` ${ urlBasePath } / image01.png`
145
+ parts . src = ' image01.png'
146
146
break
147
147
case '2' :
148
148
parts . type = 'head-photo'
149
- parts . src = ` ${ urlBasePath } / image02.png`
149
+ parts . src = ' image02.png'
150
150
break
151
151
case '3' :
152
152
parts . type = 'head-photo'
153
- parts . src = ` ${ urlBasePath } / image03.png`
153
+ parts . src = ' image03.png'
154
154
break
155
155
case '4' :
156
156
parts . type = 'head-photo'
157
- parts . src = ` ${ urlBasePath } / image04.png`
157
+ parts . src = ' image04.png'
158
158
break
159
159
case '5' :
160
160
parts . type = 'head-photo'
161
- parts . src = ` ${ urlBasePath } / image05.png`
161
+ parts . src = ' image05.png'
162
162
break
163
163
case '6' :
164
164
parts . type = 'head-photo'
165
- parts . src = ` ${ urlBasePath } / image06.png`
165
+ parts . src = ' image06.png'
166
166
break
167
167
}
168
168
return parts
You can’t perform that action at this time.
0 commit comments