diff --git a/src/shared/rewriters/html.ts b/src/shared/rewriters/html.ts index d0b4f16..5de72fa 100644 --- a/src/shared/rewriters/html.ts +++ b/src/shared/rewriters/html.ts @@ -5,7 +5,7 @@ import { URLMeta, rewriteUrl } from "./url"; import { rewriteCss } from "./css"; import { rewriteJs } from "./js"; import { CookieStore } from "../cookie"; -import { unrewriteBlob } from "../../shared"; +import { unrewriteBlob } from "../../shared/rewriters/url"; export function rewriteHtml( html: string,