chore(deprecate FE1): update urls to point to *.speckle.systems (#2515)

* chore(deprecate FE1): update urls to point to *.speckle.systems

* Revert change to urlhelper.ts

* Update the logo in the helm chart
This commit is contained in:
Iain Sproat
2024-10-14 19:30:00 +01:00
committed by GitHub
parent 6fedacdf9e
commit 8860f76a6f
9 changed files with 315 additions and 314 deletions
@@ -5,7 +5,7 @@ import fetch from 'cross-fetch'
import ObjectLoader from '../../dist/objectloader.js'
const loader = new ObjectLoader({
serverUrl: 'https://latest.speckle.dev',
serverUrl: 'https://latest.speckle.systems',
streamId: '3ed8357f29',
objectId: '0408ab9caaa2ebefb2dd7f1f671e7555',
options: { enableCaching: false, excludeProps: [], fetch }