Updating dev server rendered svelte app client link.
This commit is contained in:
parent
1c44808336
commit
2252498cd6
|
@ -9,9 +9,9 @@
|
||||||
function publicPath(path) {
|
function publicPath(path) {
|
||||||
if (production) {
|
if (production) {
|
||||||
return `${objectStoreUrl}/${appId}/${path}`
|
return `${objectStoreUrl}/${appId}/${path}`
|
||||||
|
} else {
|
||||||
|
return `/builder/assets/${path}`
|
||||||
}
|
}
|
||||||
|
|
||||||
return `/assets/${path}`
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue