Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Aug 11, 2021
1 parent 0b5055f commit 598748a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/src/core/adapt/prerender.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export async function prerender({ cwd, out, log, config, build_data, fallback, a
});

if (is_html && config.kit.prerender.crawl) {
const cleaned = clean_html(/** @type {string} */(rendered.body));
const cleaned = clean_html(/** @type {string} */ (rendered.body));

let match;
const pattern = /<(a|img|link|source)\s+([\s\S]+?)>/gm;
Expand Down

0 comments on commit 598748a

Please sign in to comment.