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 b0b3123 commit 0c728baCopy full SHA for 0c728ba
src/lib/deepslate/DeepslateRendererOffloaded.svelte
@@ -26,7 +26,7 @@
26
Plus
27
} from '@steeze-ui/tabler-icons';
28
import { pixelToCoordinate } from './lib';
29
- import { assets } from '$app/paths';
+ import { base } from '$app/paths';
30
31
const editor = useEditorContext();
32
@@ -46,7 +46,7 @@
46
{
47
kind: 'init',
48
canvas: offscreen,
49
- assetPath: assets
+ assetPath: base
50
},
51
{ transfer: [offscreen] }
52
);
0 commit comments