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() {
142142 break
143143 case '1' :
144144 parts . type = 'head-photo'
145- parts . src = ` ${ urlBasePath } / image01.png`
145+ parts . src = ' image01.png'
146146 break
147147 case '2' :
148148 parts . type = 'head-photo'
149- parts . src = ` ${ urlBasePath } / image02.png`
149+ parts . src = ' image02.png'
150150 break
151151 case '3' :
152152 parts . type = 'head-photo'
153- parts . src = ` ${ urlBasePath } / image03.png`
153+ parts . src = ' image03.png'
154154 break
155155 case '4' :
156156 parts . type = 'head-photo'
157- parts . src = ` ${ urlBasePath } / image04.png`
157+ parts . src = ' image04.png'
158158 break
159159 case '5' :
160160 parts . type = 'head-photo'
161- parts . src = ` ${ urlBasePath } / image05.png`
161+ parts . src = ' image05.png'
162162 break
163163 case '6' :
164164 parts . type = 'head-photo'
165- parts . src = ` ${ urlBasePath } / image06.png`
165+ parts . src = ' image06.png'
166166 break
167167 }
168168 return parts
You can’t perform that action at this time.
0 commit comments