We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ee8f4 commit 48ad805Copy full SHA for 48ad805
app/composables/useAnimation.ts
@@ -1,5 +1,3 @@
1
-import { urlBasePath } from '~/utils/constants'
2
-
3
export function useAnimation() {
4
// types
5
type TWindowType = 'sm' | 'md' | 'lg'
@@ -101,7 +99,7 @@ export function useAnimation() {
101
99
x: (GAP + GRID) / 2 + col * (GAP + GRID),
102
100
y: (GAP + GRID) / 2 + row * (GAP + GRID),
103
rotate: 0,
104
- src: urlBasePath,
+ src: '',
105
key: `${row}-${col}`,
106
}
107
switch (p) {
0 commit comments