Skip to content

Commit 48ad805

Browse files
committed
Revert - fix: アニメーションの basePath を修正
1 parent 41ee8f4 commit 48ad805

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/composables/useAnimation.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { urlBasePath } from '~/utils/constants'
2-
31
export function useAnimation() {
42
// types
53
type TWindowType = 'sm' | 'md' | 'lg'
@@ -101,7 +99,7 @@ export function useAnimation() {
10199
x: (GAP + GRID) / 2 + col * (GAP + GRID),
102100
y: (GAP + GRID) / 2 + row * (GAP + GRID),
103101
rotate: 0,
104-
src: urlBasePath,
102+
src: '',
105103
key: `${row}-${col}`,
106104
}
107105
switch (p) {

0 commit comments

Comments
 (0)