79459785

Date: 2025-02-22 14:56:16
Score: 0.5
Natty:
Report link

This is possible with a server plugin:

export default defineNitroPlugin((nitroApp) => {
    nitroApp.hooks.hook('render:html', (html, { event }) => {
        html.head[1] = html.head[1].replace('<meta charset="utf-8">', '');
    })
})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: first last