diff --git a/rsbuild.config.ts b/rsbuild.config.ts index fa8583a77..486b42d45 100644 --- a/rsbuild.config.ts +++ b/rsbuild.config.ts @@ -104,7 +104,7 @@ export default defineConfig({ // Copy public directory except config and html-templates { from: path.resolve(__dirname, 'node_modules/onnxruntime-web/dist'), - to: DIST_DIR, + to: `${DIST_DIR}/ort`, force: true, }, {