diff --git a/erdblick_app/main.ts b/erdblick_app/main.ts index 535311f7..28e5d9b3 100644 --- a/erdblick_app/main.ts +++ b/erdblick_app/main.ts @@ -8,7 +8,7 @@ declare global { CESIUM_BASE_URL: string } } -window.CESIUM_BASE_URL = '/bundle/cesium/'; +window.CESIUM_BASE_URL = 'bundle/cesium/'; platformBrowserDynamic().bootstrapModule(AppModule) .catch(err => console.error(err));