diff --git a/apps/strider/lib/app.js b/apps/strider/lib/app.js index 6ecaa3275..a3cf3a579 100644 --- a/apps/strider/lib/app.js +++ b/apps/strider/lib/app.js @@ -138,9 +138,12 @@ exports.init = function (config) { app.use( '/vendor', - express.static(path.join(__dirname, '..', 'vendor'), { - maxAge: MONTH_IN_MILLISECONDS, - }) + express.static( + path.join(__dirname, '..', '..', '..', 'clients', 'classic-ui', 'vendor'), + { + maxAge: MONTH_IN_MILLISECONDS, + } + ) ); if (config.developing) { diff --git a/common/changes/strider/fix-vendor-path_2020-08-21-01-48.json b/common/changes/strider/fix-vendor-path_2020-08-21-01-48.json new file mode 100644 index 000000000..dab458302 --- /dev/null +++ b/common/changes/strider/fix-vendor-path_2020-08-21-01-48.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "packageName": "strider", + "comment": "Fix vendor path", + "type": "patch" + } + ], + "packageName": "strider", + "email": "knownasilya@gmail.com" +} \ No newline at end of file