1
0
Fork 0
mirror of synced 2024-09-28 15:21:28 +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 bdb751a8ff
commit d2bdb439ef

View file

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