Skip to content

Commit

Permalink
update recombine
Browse files Browse the repository at this point in the history
  • Loading branch information
vejja committed May 10, 2024
1 parent a41b3fe commit 80f4516
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/runtime/nitro/plugins/60-recombineHtml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ export default defineNitroPlugin((nitroApp) => {
const cheerios = event.context.security!.cheerios!

for (const section of sections) {
html[section] = cheerios[section].map($ => {
const html = $.html()
return html
})
html[section] = cheerios[section]
}
}

Expand Down

0 comments on commit 80f4516

Please sign in to comment.