diff --git a/src/platform/web/parsehtml.js b/src/platform/web/parsehtml.js
index b86ab4d9..456559d9 100644
--- a/src/platform/web/parsehtml.js
+++ b/src/platform/web/parsehtml.js
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
-import DOMPurify from "../../../../../lib/dompurify/index.js"
+import DOMPurify from "../../../lib/dompurify/index.js"
class HTMLParseResult {
constructor(bodyNode) {