Updating dev server rendered svelte app client link.

This commit is contained in:
mike12345567 2021-04-01 12:08:47 +01:00
parent 1c44808336
commit 2252498cd6
1 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,9 @@
function publicPath(path) {
if (production) {
return `${objectStoreUrl}/${appId}/${path}`
} else {
return `/builder/assets/${path}`
}
return `/assets/${path}`
}
</script>