Skip to content

Commit 0c728ba

Browse files
committed
chore: use proper assets url?
1 parent b0b3123 commit 0c728ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/deepslate/DeepslateRendererOffloaded.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
Plus
2727
} from '@steeze-ui/tabler-icons';
2828
import { pixelToCoordinate } from './lib';
29-
import { assets } from '$app/paths';
29+
import { base } from '$app/paths';
3030
3131
const editor = useEditorContext();
3232
@@ -46,7 +46,7 @@
4646
{
4747
kind: 'init',
4848
canvas: offscreen,
49-
assetPath: assets
49+
assetPath: base
5050
},
5151
{ transfer: [offscreen] }
5252
);

0 commit comments

Comments
 (0)