Skip to content

Commit 4484652

Browse files
committed
fix: default url
1 parent f70a3bf commit 4484652

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ exports.normalizeProxyUrlFile = (app, url) => {
7272
return exports.normalizeUrlFile(app.baseDir, url, info.publicPath, info.buildPath);
7373
}
7474
}
75-
return url;
75+
return path.join(app.baseDir, url);
7676
};

0 commit comments

Comments
 (0)