Skip to content

Commit

Permalink
fix: fixed the public container link (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
iremgokce authored Jul 17, 2023
1 parent 0a3899a commit f04d754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Constants/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ export const intellisenseMultilineBreakpoint = 40;
export const CardboardClassNamePrefix = 'cb';

export const globeUrl =
'https://cardboardresources.blob.core.windows.net/public/Globe.glb';
'https://iotcardboardjsresources.blob.core.windows.net/public/Globe.glb';

export const DTDLPropertyIconographyMap = {
boolean: {
Expand Down

0 comments on commit f04d754

Please sign in to comment.