single-file-core 1.5.21 → 1.5.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core/index.js +0 -2
- package/package.json +1 -1
package/core/index.js
CHANGED
|
@@ -1122,8 +1122,6 @@ class Processor {
|
|
|
1122
1122
|
// ignored
|
|
1123
1123
|
}
|
|
1124
1124
|
if (resolvedURL) {
|
|
1125
|
-
const url = normalizeURL(this.options.url);
|
|
1126
|
-
resolvedURL = resolvedURL.substring(url.length);
|
|
1127
1125
|
try {
|
|
1128
1126
|
element.setAttribute("href", resolvedURL);
|
|
1129
1127
|
} catch (error) {
|