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