fix: debug
This commit is contained in:
parent
a1e6ded70a
commit
8fe393a5ba
|
@ -27,6 +27,8 @@ export default class URLRewriteFilter implements ContentFilter {
|
|||
});
|
||||
});
|
||||
|
||||
console.log("URLRewriteFilter result", $.html());
|
||||
|
||||
return new Response($.html(), {
|
||||
headers: response.headers,
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue