Skip to content
Snippets Groups Projects
Commit b9b11e94 authored by Eric Rosenbaum's avatar Eric Rosenbaum
Browse files

Use relative path

parent 771dafec
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ class Storage extends ScratchStorage {
);
this.addWebSource(
[this.AssetType.Sound],
asset => `/static/extension-assets/scratch3_music/${asset.assetId}.${asset.dataFormat}`
asset => `static/extension-assets/scratch3_music/${asset.assetId}.${asset.dataFormat}`
);
defaultProjectAssets.forEach(asset => this.cache(
this.AssetType[asset.assetType],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment