1
0
Fork 0
mirror of synced 2024-07-04 14:01:27 +12:00

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

View file

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