diff --git a/packages/web/src/schema.ts b/packages/web/src/schema.ts index 1943ede..034aa68 100644 --- a/packages/web/src/schema.ts +++ b/packages/web/src/schema.ts @@ -13,7 +13,7 @@ const ConfigSchema = z .optional() .describe('The public path to the wasm files and the onnx model.') .default( - 'https://staticimgly.com/@imgly/background-removal-data/${PACKAGE_VERSION}/dist/' + 'https://staticimgly.com/imgly/background-removal-data/${PACKAGE_VERSION}/dist/' ) .transform((val) => { return val diff --git a/scripts/deploy-assets.mjs b/scripts/deploy-assets.mjs index 06622f7..3124275 100644 --- a/scripts/deploy-assets.mjs +++ b/scripts/deploy-assets.mjs @@ -26,9 +26,9 @@ async function syncToS3() { } const packageNames = { - 'packages/node': '@imgly/background-removal-node', - 'packages/web': '@imgly/background-removal', - 'packages/web-data': '@imgly/background-removal-data' + 'packages/node': 'imgly/background-removal-node', + 'packages/web': 'imgly/background-removal', + 'packages/web-data': 'imgly/background-removal-data' }; await Promise.allSettled(