diff --git a/website/src/constants/asset.ts b/website/src/constants/asset.ts index 04154c7c..7dafd455 100644 --- a/website/src/constants/asset.ts +++ b/website/src/constants/asset.ts @@ -71,6 +71,6 @@ export const BUILTIN_ASSET_PACKAGES: AssetPackage[] = [ package: '@lvisei/li-zelda-assets', version: 'latest', global: 'LIZeldaAssets', - urls: ['https://registry.npmmirror.com/@lvisei/li-zelda-assets/0.x/files/dist/li-zelda-assets.min.js'], + urls: ['https://unpkg.com/@lvisei/li-zelda-assets@0.x/dist/li-zelda-assets.min.js'], }, ]; diff --git a/website/src/constants/cases/ai-remote-sensing/index.ts b/website/src/constants/cases/ai-remote-sensing/index.ts index ab6825b4..aa118596 100644 --- a/website/src/constants/cases/ai-remote-sensing/index.ts +++ b/website/src/constants/cases/ai-remote-sensing/index.ts @@ -56,7 +56,7 @@ const APP_CONFIG: Application = { properties: { modelUrl: 'https://mdn.alipayobjects.com/huamei_qa8qxu/afts/file/A*eRf_QauRmqoAAAAAAAAAAAAADmJ7AQ/sam_onnx_example.glb', - embeddingUrl: 'https://sam.lvisei.icu/api', + embeddingUrl: 'https://sam.lvisei.space/api', strokeColor: '#8274FF', editorTheme: 'vs-dark', }, diff --git a/website/src/constants/cases/zelda-app/index.ts b/website/src/constants/cases/zelda-app/index.ts index 1e23b5c5..b439d0de 100644 --- a/website/src/constants/cases/zelda-app/index.ts +++ b/website/src/constants/cases/zelda-app/index.ts @@ -14,7 +14,7 @@ const APP_CONFIG: Application = { metadata: { name: 'Groundtiles', description: 'XYZ Tile', serviceType: 'XYZ Tile' }, properties: { type: 'xyz-tile', - url: 'https://tiles.lvisei.icu/zelda-2/groundtiles/{z}/{x}/{y}.png', + url: 'https://tiles.lvisei.space/zelda-2/groundtiles/{z}/{x}/{y}.png', tileSize: 256, minZoom: 0, maxZoom: 7, @@ -27,7 +27,7 @@ const APP_CONFIG: Application = { metadata: { name: 'Skytiles', description: 'XYZ Tile', serviceType: 'XYZ Tile' }, properties: { type: 'xyz-tile', - url: 'https://tiles.lvisei.icu/zelda-2/skytiles/{z}/{x}/{y}.png', + url: 'https://tiles.lvisei.space/zelda-2/skytiles/{z}/{x}/{y}.png', tileSize: 256, minZoom: 0, maxZoom: 7, @@ -40,7 +40,7 @@ const APP_CONFIG: Application = { metadata: { name: 'Undergroundtiles', description: 'XYZ Tile', serviceType: 'XYZ Tile' }, properties: { type: 'xyz-tile', - url: 'https://tiles.lvisei.icu/zelda-2/undergroundtiles/{z}/{x}/{y}.png', + url: 'https://tiles.lvisei.space/zelda-2/undergroundtiles/{z}/{x}/{y}.png', tileSize: 256, minZoom: 0, maxZoom: 7,