TimKern
render:html hook in defineNitroPlugin duplicates the whole page content
i am writing a plugin for a "table of content" component so i can get all headings for it. i am using the render:html hook to manipulate the html. After manipulating the html the page will show me the whole server side rendered page and beneath it shows me the whole server side rendered page 😓
here is the plugin code. am i using the hook wrong 🤔
1 replies